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

Revert fastq unit to singularity run

parent 24284602
Branches
Tags
2 merge requests!37v0.0.1,!34aws.batch
Pipeline #7714 failed with stages
in 1 minute and 59 seconds
...@@ -112,7 +112,7 @@ makeBigWig: ...@@ -112,7 +112,7 @@ makeBigWig:
fastqc: fastqc:
stage: unit stage: unit
script: script:
- singularity exec 'docker://bicf/fastqc:2.0.1_indev' ./test_data/fastq/small/Q-Y5F6_1M.R1.fastq.gz -o . - singularity run 'docker://bicf/fastqc:2.0.1_indev' ./test_data/fastq/small/Q-Y5F6_1M.R1.fastq.gz -o .
- pytest -m fastqc - pytest -m fastqc
dataQC: dataQC:
......
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