Skip to content

Commit

Permalink
Merge pull request #574 from KristinaGomoryova/bash_biocontainers
Browse files Browse the repository at this point in the history
planemo test biocontainers for all subdirectories
  • Loading branch information
hechth authored Aug 16, 2024
2 parents 37faca3 + 69e52fe commit e3ad09c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test_biocontainers.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
for d in tools/*/
do
(cd "$d" && planemo test --biocontainers .)
done

0 comments on commit e3ad09c

Please sign in to comment.