We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39dad27 commit 4ea1139Copy full SHA for 4ea1139
.github/workflows/docker-image.yml
@@ -58,7 +58,7 @@ jobs:
58
-
59
name: Test
60
run: |
61
- docker run --rm -i -v $PWD/tests:/input -v $PWD/tests/:/reads -v $PWD/output:/out -v $PWD/run:/run ${{ env.TEST_TAG }} --tree --standalone_path /input/marker_genes --dna_reference /input/dna_ref.fa --reads /reads/sample_1.fastq --output_path /out/output
+ docker run --rm -i -v $PWD/tests:/input -v $PWD/tests/:/reads -v $PWD/output:/out -v $PWD/run:/run ${{ env.TEST_TAG }} --tree --standalone_path /input/marker_genes --dna_reference /input/dna_ref.fa --reads /reads/sample_1.fastq --output_path /out/output --debug --threads 1
62
if [ ! -f output/tree_sample_1.nwk ] ; then exit 1; fi
63
64
name: Login to DockerHub
0 commit comments