From 05c835e57a93456ea42f0db55a07ff2bcd787dbc Mon Sep 17 00:00:00 2001 From: Meg Staton Date: Thu, 23 Jan 2014 17:25:50 -0500 Subject: [PATCH] Addition of warning to usage instructions. --- hwg_gssr_scripts/find_dup_begins.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hwg_gssr_scripts/find_dup_begins.pl b/hwg_gssr_scripts/find_dup_begins.pl index 48c0994..003ea65 100755 --- a/hwg_gssr_scripts/find_dup_begins.pl +++ b/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;