Commit 8c0a1d6e authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

correct typo in logs

parent 004cea2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1352,7 +1352,7 @@ echo "JOBMODE: $jobmode"
if [[ "$jobmode" == "local" ]]; then
    echo "***Warning: --jobmode \"sge\" is recommended if running script with qsub***"
fi
echo "CONVERSTION: $convert"
echo "CONVERSION: $convert"
if [[ $convert == "false" ]]; then
    echo "***Warning: adjustment for barcode and UMI length was skipped***"
fi