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

Fix 2 sample CI genome param

parent 3944b9de
1 merge request!78Develop
Pipeline #7884 passed with stages
in 13 minutes and 59 seconds
......@@ -345,7 +345,7 @@ mm10-3.0.0:
- master
- tags
script:
- nextflow run workflow/main.nf -profile biohpc,cluster --fastq "test_data/hu.v3s2r10k/*.fastq.gz" --designFile "test_data/hu.v3s2r10k/design.csv" --genome 'GRCh38-2020A' --kitVersion 'auto' --version '4.0.0' --ci true
- nextflow run workflow/main.nf -profile biohpc,cluster --fastq "test_data/hu.v3s2r10k/*.fastq.gz" --designFile "test_data/hu.v3s2r10k/design.csv" --genome 'GRCh38-2020-A' --kitVersion 'auto' --version '4.0.0' --ci true
- pytest -m count400
artifacts:
name: "$CI_JOB_NAME"
......
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