| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
DEFAULT_LINE_WIDTH |
| Constructor and Description |
|---|
ExportSegments(File inputGfa1File,
File outputFastaFile,
int lineWidth)
Export assembly segment sequences in GFA 1.0 format to FASTA format.
|
ExportSegments(Path inputGfa1Path,
File outputFastaFile,
int lineWidth)
Export assembly segment sequences in GFA 1.0 format to FASTA format.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
call() |
(package private) static String |
describeSegment(Segment segment) |
static void |
main(String[] args)
Main.
|
static final int DEFAULT_LINE_WIDTH
public ExportSegments(File inputGfa1File, File outputFastaFile, int lineWidth)
inputGfa1File - input GFA 1.0 file, if anyoutputFastaFile - output FASTA file, if anylineWidth - line widthCopyright (c) 2013-2023 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).