We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cfbe6 commit fafd00eCopy full SHA for fafd00e
entrypoint.sh
@@ -6,5 +6,5 @@ export PATH=/opt/conda/bin:$PATH
6
eval "$4"
7
8
# run snakemake with given args
9
-snakemake --directory $1 --snakefile $2 $3
+snakemake --directory $1 --snakefile $2 --show-failed-logs $3
10
0 commit comments