Skip to content
Snippets Groups Projects
Commit 2e7299e2 authored by Jonathan Gesell's avatar Jonathan Gesell
Browse files

Correction to .gitlab-ci.yml

parent a06578ad
3 merge requests!37v0.0.1,!27Develop,!26Resolve "Chunk bam for parallel tin calculation"
Pipeline #6373 failed with stages
in 2 minutes and 11 seconds
......@@ -71,7 +71,7 @@ dedupData:
- singularity run 'docker://bicf/gudmaprbkdedup:2.0.0' samtools index -@ `nproc` -b ./test_data/bam/small/Q-Y5JA_1M.se.sorted.deduped.bam Q-Y5JA_1M.se.sorted.deduped.bam.bai
- singularity run 'docker://bicf/gudmaprbkdedup:2.0.0' "
for i in {chr1,chr2,chr8}; do
echo \"samtools view -b Q-Y5JA_1M.se.sorted.deduped.bam ${i} > Q-Y5JA_1M.se.sorted.deduped.${i}.bam; samtools index -@ \`nproc\` -b Q-Y5JA_1M.se.sorted.deduped.${i}.bam Q-Y5JA_1M.se.sorted.deduped.${i}.bam.bai\" | parallel -j `nproc` -k
echo \"samtools view -b Q-Y5JA_1M.se.sorted.deduped.bam ${i} > Q-Y5JA_1M.se.sorted.deduped.${i}.bam; samtools index -@ \`nproc\` -b Q-Y5JA_1M.se.sorted.deduped.${i}.bam Q-Y5JA_1M.se.sorted.deduped.${i}.bam.bai\"; done | parallel -j `nproc` -k
"
- pytest -m dedupData
......
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