You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for a great tool! I'm interested in optimizing assembly results by testing a range of parameter settings, using a single $prefix.alignments.gz file as input with the --load-aligments option.
Is there a list of which parameters are used only during the alignment phase, and which are used after alignments are complete? Issue #4 mentions the --edge-min parameter, and issue #218 mentions --aln-dovetail and -s parameters as examples of options that can be changed when using --load-alignments. It would be helpful to have a complete list of parameters that can be optimized using an existing set of alignments, as well as a list of the parameters that are only used during alignment.
The text was updated successfully, but these errors were encountered:
Most of filter parameters for alignments can used after load, such as --aln-min-match , --aln-min-similarity and many. The parameters --node-len and following (see help) are used in graph building and cleaning, work too.
Must the --dump-kbm command be used to save a file to be loaded with --load-alignments, or can the ${prefix}.alignments.gz file produced by the program be used directly? When I use the command wtdbg2 -p 19 -AS 2 -s 0.1 -g 16g -t 8 -fo test --load-alignments ${prefix}.alignments.gz I get the response ERROR: please specify the input with -i/--load-seqs/--load-kbm. What is the correct syntax for loading alignments?
Thanks for a great tool! I'm interested in optimizing assembly results by testing a range of parameter settings, using a single $prefix.alignments.gz file as input with the
--load-aligments
option.Is there a list of which parameters are used only during the alignment phase, and which are used after alignments are complete? Issue #4 mentions the
--edge-min parameter
, and issue #218 mentions--aln-dovetail
and-s
parameters as examples of options that can be changed when using--load-alignments
. It would be helpful to have a complete list of parameters that can be optimized using an existing set of alignments, as well as a list of the parameters that are only used during alignment.The text was updated successfully, but these errors were encountered: