diff --git a/clowm/main.nf b/clowm/main.nf index 1760216..638d9ff 100644 --- a/clowm/main.nf +++ b/clowm/main.nf @@ -45,7 +45,7 @@ process sans { /usr/bin/Xvfb & fi - if [ $( cat genomeList.txt | wc -l) -lt 1 ]; then + if [ \$( cat genomeList.txt | wc -l) -lt 1 ]; then echo "ERROR: Check input!" > sans.err; exit 0 fi