Permalink
Browse files

Addition of warning to usage instructions.

  • Loading branch information...
1 parent f5a05e7 commit 05c835e57a93456ea42f0db55a07ff2bcd787dbc @mestato committed Jan 23, 2014
Showing with 3 additions and 0 deletions.
  1. +3 −0 hwg_gssr_scripts/find_dup_begins.pl
@@ -217,6 +217,9 @@ sub _printUsage {
-r|--reverse
Required. The file of the reverse direction sequences to be searched.
+WARNING: This script puts the entire forward fastq file into memory, so
+use with extreme caution on large files.
+
);
print "\n";
return;

0 comments on commit 05c835e

Please sign in to comment.