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

Add fastqc commad to unit now that using singularity run

parent a70781aa
Branches
Tags
2 merge requests!37v0.0.1,!34aws.batch
......@@ -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 run 'docker://bicf/fastqc:2.0.1_indev' fastqc ./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