public class FindTrimmedAssemblyCoordinates
extends Object
THis file is similar to FindTrimmedAnchorCoordinates used for the reference. The
difference is the ref has all anchors. Assemblies do not. We need to read
the assembly fasta, determine which anchor is represented
The anchor is there in the idLine - the last value after the space, e.g.
>1:44289:49837;chr1:1 1
THis is creating a fasta, but it isn't useful because the IDline is not what
is needed when loading into the DB.
Idline must have >B73RefChrom:B73startpos:B73EndPos;assemblyChrom:assemblyStart:asemblyEnd anchorid
- Author:
- lcj34