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
Copy file name to clipboardExpand all lines: README.md
+7-9
Original file line number
Diff line number
Diff line change
@@ -295,11 +295,7 @@ NOTE: This parameter is required if passing paired Illumina data to `reads`.
295
295
By default, `rasusa` will output the subsampled file to `stdout` (if one file is given).
296
296
If you would prefer to specify an output file path, then use this option.
297
297
298
-
Output for Illumina paired files can be specified in the two ways
299
-
300
-
1. Using `--output` twice `-o out.r1.fq -o out.r2.fq`
301
-
2. Using `--output` once, but passing both files immediately after `-o out.r1.fq
302
-
out.r2.fq`
298
+
Output for Illumina paired files must be specified using `--output` twice - `-o out.r1.fq -o out.r2.fq`
303
299
304
300
The ordering of the output files is assumed to be the same as the input.
305
301
_Note: The output will always be in the same format as the input. You cannot pass fastq
@@ -386,7 +382,7 @@ Explicitly set the number of reads in the subsample. This option takes the numbe
386
382
the same format as [genome size](#genome-size).
387
383
388
384
When providing paired reads as input, this option will sample this many total read
389
-
pairs. For example, when passing `-n 20 -i r1.fq r2.fq`, the two output files will have
385
+
pairs. For example, when passing `-n 20 r1.fq r2.fq`, the two output files will have
390
386
20 reads each, and the read ids will be the same in both.
391
387
392
388
*Note: if this option is given, genome size and coverage are not required.*
@@ -457,11 +453,13 @@ Arguments:
457
453
For paired Illumina, the order matters. i.e., R1 then R2.
458
454
459
455
Options:
460
-
-o, --output <OUTPUT>...
456
+
-o, --output <OUTPUT>
461
457
Output filepath(s); stdout if not present.
462
458
463
-
For paired Illumina you may either pass this flag twice `-o o1.fq -o o2.fq` or give two files consecutively `-o o1.fq o2.fq`. NOTE: The order of the pairs is assumed to be the same as the input - e.g., R1 then R2. This option is required for paired input.
459
+
For paired Illumina pass this flag twice `-o o1.fq -o o2.fq`
464
460
461
+
NOTE: The order of the pairs is assumed to be the same as the input - e.g., R1 then R2. This option is required for paired input.
462
+
465
463
-g, --genome-size <size|faidx>
466
464
Genome size to calculate coverage with respect to. e.g., 4.3kb, 7Tb, 9000, 4.1MB
467
465
@@ -619,7 +617,7 @@ mode as this is analogous to `rasusa reads`.
0 commit comments