Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f53bca4

Browse files
committed
Fix: reads are actually readpairs
1 parent 45a3e2b commit f53bca4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/downsample.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ REVERSE_PATTERN='*_R2_*.fastq.gz'
2626

2727
if [[ $# < 3 ]]; then
2828
echo "Usage:"
29-
echo " $0 [-2] indir outdir reads [total reads]"
29+
echo " $0 [-2] indir outdir readpairs [total readpairs]"
3030
echo ""
3131
echo " with:"
3232
echo " -2: To reduce memory footprint, do a doube pass. Takes twice as long."
@@ -38,7 +38,7 @@ if [[ $# < 3 ]]; then
3838
echo " One output file per strand will be created in this directory."
3939
echo " The output file name will be the first file name in the input"
4040
echo " directory matched with above mentioned patterns."
41-
echo " reads: The amount of read pairs to keep."
41+
echo " readpairs: The amount of read pairs to keep."
4242
echo " total reads: To reduce memory footprint, will produce an estimate amount"
4343
echo " of read pairs to keep. Does NOT work with the -2 option"
4444
echo " Only requires two cores."

0 commit comments

Comments
 (0)