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

Update .gitlab-ci.yml

parent bbaa391b
2 merge requests!37v0.0.1,!19Resolve "process_makeBigWig"
Pipeline #5956 failed with stages
in 7 minutes and 47 seconds
...@@ -72,7 +72,7 @@ dedupData: ...@@ -72,7 +72,7 @@ dedupData:
makeBigWig: makeBigWig:
stage: unit stage: unit
script: script:
- singularity run 'docker://bicf/deeptools3.3:2.0.0' bamCoverage -p `nproc` -b ./test_data/bam/small/Q-Y5JA_1M.se.sorted.deduped.bam -o ./test_data/bam/small/Q-Y5JA_1M.se.bw - singularity run 'docker://bicf/deeptools3.3:2.0.0' bamCoverage -p `nproc` -b ./test_data/bam/small/Q-Y5JA_1M.se.sorted.deduped.bam -o Q-Y5JA_1M.se.bw
- pytest -m makeBigWig - pytest -m makeBigWig
fastqc: fastqc:
......
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