File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ REVERSE_PATTERN='*_R2_*.fastq.gz'
2626
2727if [[ $# < 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."
You can’t perform that action at this time.
0 commit comments