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

Update .gitlab-ci.yml

parent 26d11700
Branches
Tags
2 merge requests!37v0.0.1,!19Resolve "process_makeBigWig"
Pipeline #5949 failed
...@@ -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 -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 ./test_data/bam/small/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