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
where ``counts.txt`` is a tab-delimited file containing the number of reads to generate for each amplicon sequence present in ``my_amplicons.fasta``.
72
+
Alternatively, you can use the ``--n_reads`` option to generate a fixed number of reads, together with an abundance distribution.
73
+
52
74
Draft genomes
53
75
-------------
54
76
@@ -230,6 +252,11 @@ coverage distribution. Can be uniform, halfnormal, exponential, lognormal or zer
230
252
231
253
file containing coverage information (default: None).
232
254
255
+
--readcount_file
256
+
^^^^^^^^^^^^^^^^
257
+
258
+
file containing read_count information (default: None).
259
+
233
260
--n_reads
234
261
^^^^^^^^^
235
262
@@ -246,16 +273,21 @@ Can be 'kde' or 'basic'
246
273
^^^^^^^^
247
274
248
275
Error model file. (default: None).
249
-
Use HiSeq, NovaSeqor MiSeq for a pre-computed error model provided with the software, or a file generated with iss model.
250
-
If you do not wish to use a model, use --mode basic.
251
-
The name of the built-in models is case insensitive.
276
+
Use HiSeq, NextSeq, NovaSeq, MiSeq or Miseq-[20,24,28,32] for a pre-computed error model provided with the software, or a file generated with iss model.
277
+
If you do not wish to use a model, use --mode basic or --mode perfect.
278
+
The name of the built-in models are case insensitive.
252
279
253
280
--gc_bias
254
281
^^^^^^^^^
255
282
256
283
If set, may fail to sequence reads with abnormal GC content.
257
284
Does not guarantee --n_reads (default: False)
258
285
286
+
--sequence_type
287
+
^^^^^^^^^^^^^^^
288
+
289
+
Type of sequencing. Can be metagenomics or amplicon (default: metagenomics).
290
+
259
291
--cpus
260
292
^^^^^^
261
293
@@ -284,4 +316,9 @@ Output file path and prefix (Required)
284
316
--compress
285
317
^^^^^^^^^^
286
318
287
-
Compress the output in gzip format (default: False).
319
+
Compress the output in gzip format (default: False).
320
+
321
+
--store_mutations
322
+
^^^^^^^^^^^^^^^^^
323
+
324
+
Generates an additional VCF file with the mutations introduced in the reads (bool).
0 commit comments