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

Add -q nextflow flag in ci to test (needs to run code after nextflow)

parent b272565d
Branches
Tags
2 merge requests!37v0.0.1,!35Ci
Pipeline #7753 passed with stages
in 3 hours, 44 minutes, and 37 seconds
...@@ -132,7 +132,7 @@ integration_se: ...@@ -132,7 +132,7 @@ integration_se:
script: script:
- hostname - hostname
- ulimit -a - ulimit -a
- nextflow run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 16-1ZX4 -with-dag dag.png --ci true - nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 16-1ZX4 -with-dag dag.png --ci true
- find . -type f -name "multiqc_data.json" -exec cp {} ./16-1ZX4_multiqc_data.json \; - find . -type f -name "multiqc_data.json" -exec cp {} ./16-1ZX4_multiqc_data.json \;
artifacts: artifacts:
name: "$CI_JOB_NAME" name: "$CI_JOB_NAME"
...@@ -147,7 +147,7 @@ integration_pe: ...@@ -147,7 +147,7 @@ integration_pe:
script: script:
- hostname - hostname
- ulimit -a - ulimit -a
- nextflow run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5JA -with-dag dag.png --ci true - nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5JA -with-dag dag.png --ci true
- find . -type f -name "multiqc_data.json" -exec cp {} ./Q-Y5JA_multiqc_data.json \; - find . -type f -name "multiqc_data.json" -exec cp {} ./Q-Y5JA_multiqc_data.json \;
artifacts: artifacts:
name: "$CI_JOB_NAME" 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