Skip to content
Snippets Groups Projects
Commit 0d895b2c authored by Gervaise Henry's avatar Gervaise Henry
Browse files

Make integration_pe create dag and make artifact

parent d27e0c58
Branches
Tags
2 merge requests!37v0.0.1,!21Resolve "Update design docs"
......@@ -89,4 +89,10 @@ integration_se:
integration_pe:
stage: integration
script:
- nextflow run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5JA
\ No newline at end of file
- 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
artifacts:
name: "$CI_JOB_NAME"
when: always
paths:
- dag.png
expire_in: 7 days
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