Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
dorien-er committed Feb 6, 2024
1 parent 7707cfb commit a858cc1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/busco/busco_list_datasets/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@
## VIASH START
## VIASH END

busco --list-datasets > $par_output
"$meta_executable" \
--output datasets.txt

echo ">> Checking output"
[ ! -f "datasets.txt" ] && echo "datasets.txt does not exist" && exit 1

echo ">> Checking if output is empty"
[ ! -s "datasets.txt" ] && echo "datasets.txt is empty" && exit 1

0 comments on commit a858cc1

Please sign in to comment.