Skip to content

Commit

Permalink
debug check if input empty
Browse files Browse the repository at this point in the history
  • Loading branch information
rwittler committed Jan 30, 2025
1 parent c4c1af0 commit 00402be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clowm/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00402be

Please sign in to comment.