Export

Description

Export a pangraph to a chosen file format(s)

Options

NameTypeShort FlagLong FlagDescription
Edge minimum lengthIntegerelledge-minimum-lengthblocks below this length cutoff will be ignored for edges in graph
Edge maximum lengthIntegereluedge-maximum-lengthblocks above this length cutoff will be ignored for edges in graph
Edge minimum depthIntegeredledge-minimum-depthblocks below this depth cutoff will be ignored for edges in graph
Edge maximum depthIntegereduedge-maximum-depthblocks above this depth cutoff will be ignored for edges in graph
Minimum lengthIntegerllminimum-lengthblocks below this length cutoff will be ignored for export
Maximum lengthIntegerlumaximum-lengthblocks above this length cutoff will be ignored for export
Minimum depthIntegerdlminimum-depthblocks below this depth cutoff will be ignored for export
Maximum depthIntegerdumaximum-depthblocks above this depth cutoff will be ignored for export
No duplicationsBooleanndno-duplicationsdo not export any block that contains at least one strain repeated more than once
Output directoryStringooutput-directorypath to directory where output will be stored (default: export)
PrefixStringpprefixbasename of exported files (default: pangraph)
GFABooleanngno-export-gfatoggles whether pangraph is exported as GFA.
PanXBooleanpXexport-panXtoggles whether pangraph is exported to panX visualization compatible format. (requires fasttree)

Arguments

Zero or one pangraph file which must be formatted as a JSON. If no file path is given, reads from stdin. In either case, the stream can be optionally gzipped.

Output

Outputs the constructed pangraph to the selected formats at the user-supplied paths.