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

Fix seqtk version extraction

parent 5a86b737
Branches
Tags
2 merge requests!76Develop,!71Seqwho
Pipeline #9349 canceled with stages
in 1 minute and 52 seconds
......@@ -194,7 +194,8 @@ downsampleData:
- merge_requests
- schedules
script:
- 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 2> temp.txt
- cat temp.txt | 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