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

Update .gitlab-ci.yml

parent 2321e6cc
3 merge requests!37v0.0.1,!27Develop,!26Resolve "Chunk bam for parallel tin calculation"
Pipeline #6376 failed with stages
in 3 minutes and 5 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\"; done | 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