From 4edf37eec6cc97c01fe7fa86843277b4937016c6 Mon Sep 17 00:00:00 2001 From: "Falk Hildebrand (QIB)" Date: Mon, 30 May 2022 11:54:56 +0100 Subject: [PATCH] help text --- lotus2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lotus2 b/lotus2 index e7eb697..f103977 100755 --- a/lotus2 +++ b/lotus2 @@ -4704,7 +4704,7 @@ sub addSeqRun($){ $maxSRcnt = $SRcnt if ($SRcnt > $maxSRcnt); } #print "$maxSRcnt X\n"; - printL "Can't find \"SequencingRun\" column in map, attempting auto creation with " . ($maxSRcnt+1) ." detected sequencing runs. Please check in $cpMapFile if this is correct\n","w" if ($maxSRcnt > 0); + printL "Can't find \"SequencingRun\" column in map (recommended for dada2 clustering), attempting auto creation with " . ($maxSRcnt+1) ." detected sequencing runs. Please check in $cpMapFile if this is correct\n","w" if ($maxSRcnt > 0); return (\%newMap,\%retMap,$retStr); }