Permalink
Browse files
Addition of warning to usage instructions.
- Loading branch information...
Showing
with
3 additions
and
0 deletions.
-
+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