Skip to content
Snippets Groups Projects
Commit 2735b0c4 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Write fastqc output in current dir for ci

parent 2503d937
Branches
Tags
2 merge requests!37v0.0.1,!18Resolve "process_fastqc"
Pipeline #5880 failed with stages
in 7 minutes and 19 seconds
......@@ -70,7 +70,7 @@ dedupData:
fastqc:
stage: unit
script:
- singularity run 'docker://bicf/fastqc:2.0.0' ./test_data/fastq/small/Q-Y5JA_1M.R1.fastq.gz
- singularity run 'docker://bicf/fastqc:2.0.0' ./test_data/fastq/small/Q-Y5JA_1M.R1.fastq.gz .
- pytest -m fastqc
integration_se:
......
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