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

Try and fix seqtk version collection in unit test

parent 3bf03548
Branches
Tags
2 merge requests!76Develop,!71Seqwho
Pipeline #9347 canceled with stages
in 3 minutes and 22 seconds
......@@ -194,7 +194,7 @@ downsampleData:
- merge_requests
- schedules
script:
- singularity run 'docker://gudmaprbk/seqtk1.3:1.0.0' seqtk 2>&1 | grep -o Version.* > version_seqtk.txt
- singularity run 'docker://gudmaprbk/seqtk1.3:1.0.0' seqtk 2>&1 > /dev/null | grep -o Version.* > version_seqtk.txt
- singularity run 'docker://gudmaprbk/seqtk1.3:1.0.0' seqtk sample -s100 ./test_data/fastq/small/Q-Y5F6_1M.se_trimmed.fq.gz 1000 1> sampled.1.fq
- pytest -m downsampleData
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