Skip to content
Snippets Groups Projects

aws.batch

Merged Gervaise Henry requested to merge aws.batch into develop
Viewing commit a70781aa
Show latest version
1 file
+ 1
1
Preferences
File browser
Compare changes
+ 1
1
@@ -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: