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
--draft DRAFT Draft genome assembly. Must be specified with exact FILE NAME. Ex: --draft myDraft.fa (FASTA, Multi-FASTA, and/or gzipped compatible),
161
161
REQUIRED
162
-
--reads READS Prefix of reads file(s). All files in the working directory with the specified prefix will be used for polishing (fastq, fasta, gz), REQUIRED
162
+
--reads READS Prefix of reads file(s). All files in the working directory with the specified prefix will be used for polishing (fastq, fasta, gz),
163
+
REQUIRED
163
164
-i {0,1,2,3,4,5} Maximum number of insertion bases to try, range 0-5, [default=5]
164
165
-d {0,1,2,3,4,5,6,7,8,9,10}
165
166
Maximum number of deletions bases to try, range 0-10, [default=5]
@@ -169,16 +170,17 @@ optional arguments:
169
170
overall (suggestion that you reduce i and d for performance)
170
171
-a {0,1} Soft masks missing k-mer positions having no fix (1 = yes, default = 0, no)
171
172
-k K k-mer size, REQUIRED
173
+
-l L input VCF file with annotated variants (e.g., clinvar.vcf)
172
174
--cutoff CUTOFF The minimum coverage of k-mers in output Bloom filter [default=2, ignored if solid=True]
173
-
-t T Number of threads [default=4]
174
175
--solid Output the solid k-mers (non-erroneous k-mers), [default=False]
176
+
-t T Number of threads [default=4]
175
177
-z Z Minimum contig length [default=100]
176
178
-y Y k/y ratio for the number of edited k-mers that should be present, [default=9.000]
177
-
-v Verbose mode, [default=False]
178
179
-j J controls size of k-mer subset. When checking subset of k-mers, check every jth k-mer [default=3]
179
180
-X X Ratio of number of k-mers in the k subset that should be missing in orderto attempt fix (higher=stringent) [default=0.5, if -Y is
180
181
specified]
181
-
-Y Y Ratio of number of k-mers in the k subset that shouldbe present to accept an edit (higher=stringent) [default=0.5, if -X is specified]
182
+
-Y Y Ratio of number of k-mers in the k subset that should be present to accept an edit (higher=stringent) [default=0.5, if -X is specified]
183
+
-v Verbose mode, [default=False]
182
184
-V, --version show program's version number and exit
183
185
-n, --dry-run Print out the commands that will be executed
184
186
-f, --force Run all ntEdit steps, regardless of existing output files
0 commit comments