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 85d36d2 commit 97c92f8Copy full SHA for 97c92f8
.github/workflows/docker-image.yml
@@ -61,6 +61,9 @@ jobs:
61
name: Test
62
run: |
63
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
64
+ ls -l /out/output
65
+ ls -l /out
66
+ ls -l /
67
if [ ! -f /out/output/tree_sample_1.nwk ] ; then exit 1; fi
68
-
69
name: Login to DockerHub
0 commit comments