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

Update .gitlab-ci.yml

parent 398747a6
Branches
Tags
2 merge requests!37v0.0.1,!15Resolve "process_align"
Pipeline #5799 failed with stages
in 33 minutes and 11 seconds
......@@ -53,7 +53,7 @@ alignReads:
- singularity run 'docker://bicf/gudmaprbkaligner:2.0.0' samtools view -1 -@ `nproc` -F 4 -F 8 -F 256 -o 16-1ZX4.bam 16-1ZX4.sam
- singularity run 'docker://bicf/gudmaprbkaligner:2.0.0' samtools sort -@ `nproc` -O BAM -o 16-1ZX4.sorted.bam 16-1ZX4.bam
- singularity run 'docker://bicf/gudmaprbkaligner:2.0.0' samtools index -@ `nproc` -b 16-1ZX4.sorted.bam 16-1ZX4.sorted.bai
- pytest -m alignReads
- pytest -m alignData
integration_se:
stage: integration
......
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