Skip to content

Commit

Permalink
help text
Browse files Browse the repository at this point in the history
  • Loading branch information
Falk Hildebrand (QIB) committed May 30, 2022
1 parent 95df3de commit 4edf37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lotus2
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 4edf37e

Please sign in to comment.