1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
NAME
gfapy-mergelinear - Merge linear paths in a GFA graph
SYNOPSIS
gfapy-mergelinear [-h] [--redundant] [--no-progress] [--quiet]
[--vlevel VLEVEL] [--version]
filename
DESCRIPTION
Merges linear paths in a GFA file.
OPTIONS
-h, --help show help message and exit
--redundant, -r create redundant paths, similar to the contigs constructed by Readjoiner
--no-progress, -p do not show progress log
--quiet, -q suppress output
--vlevel VLEVEL set validation level to LEVEL
--version show program's version number and exit
|