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

Try singularity exec for fastqc unit test

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