Skip to content
Snippets Groups Projects
Commit 7b90b9dc authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix seqwho version collection in ci

parent 3ce1ddf7
Branches
Tags
2 merge requests!76Develop,!71Seqwho
Pipeline #9281 failed with stages
in 2 minutes and 4 seconds
......@@ -152,7 +152,7 @@ seqwho:
- schedules
script:
- wget -O SeqWho.ix https://cloud.biohpc.swmed.edu/index.php/s/eeNWqZz8jqN5zWY/download
- singularity run 'docker://gudmaprbk/seqwho0.0.1:1.0.0' seqwho.py | grep -o Version.* > version_seqwho.txt
- singularity run 'docker://gudmaprbk/seqwho0.0.1:1.0.0' seqwho.py -h | grep -o Version.* > version_seqwho.txt
- singularity run 'docker://gudmaprbk/seqwho0.0.1:1.0.0' seqwho.py -f ./test_data/fastq/small/Q-Y5F6_1M.R1.fastq.gz -x SeqWho.ix
- pytest -m seqwho
artifacts:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment