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

Test simple 3 test with cellranger 3.0.2

parent d0239152
Branches
Tags
4 merge requests!53Develop,!51Resolve "Add pytest to CI",!50Resolve "Add pytest to CI",!49Resolve "Add pytest to CI"
Pipeline #4480 failed with stages
in 18 minutes
......@@ -77,7 +77,7 @@ simple_3:
except:
- master
script:
- nextflow run workflow/main.nf --fastq "$CI_PROJECT_DIR/test_data/hu.v2s1r1k/*.fastq.gz" --designFile "$CI_PROJECT_DIR/test_data/hu.v2s1r1k/design.csv" --genome 'GRCh38-1.2.0' --kitVersion 'two' --version '2.1.1'
- nextflow run workflow/main.nf --fastq "$CI_PROJECT_DIR/test_data/hu.v2s1r1k/*.fastq.gz" --designFile "$CI_PROJECT_DIR/test_data/hu.v2s1r1k/design.csv" --genome 'GRCh38-1.2.0' --kitVersion 'two' --version '3.0.2'
- pytest -m count211
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