Skip to content
Snippets Groups Projects
Commit b832df3d authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

Add artifacts to CI

parent 4f7648be
Branches
Tags
2 merge requests!57Develop,!54Resolve "Add cellranger v 3.1.0"
Pipeline #4587 passed with stages
in 12 minutes and 47 seconds
......@@ -46,6 +46,8 @@ simple_1:
when: always
paths:
- .nextflow.log
- workflow/output/count310/sample1/outs/web_summary.html
- workflow/output/multiqc/run/multiqc_report.html
expire_in: 2 days
retry:
max: 1
......@@ -68,6 +70,8 @@ simple_2:
when: always
paths:
- .nextflow.log
- workflow/output/count310/sample1/outs/web_summary.html
- workflow/output/multiqc/run/multiqc_report.html
expire_in: 2 days
retry:
max: 1
......@@ -89,6 +93,8 @@ detailed_1:
when: always
paths:
- .nextflow.log
- workflow/output/count310/sample1/outs/web_summary.html
- workflow/output/multiqc/run/multiqc_report.html
expire_in: 2 days
retry:
max: 1
......@@ -111,6 +117,8 @@ detailed_2:
when: always
paths:
- .nextflow.log
- workflow/output/count302/sample1/outs/web_summary.html
- workflow/output/multiqc/run/multiqc_report.html
expire_in: 2 days
retry:
max: 1
......@@ -132,6 +140,8 @@ detailed_3:
when: always
paths:
- .nextflow.log
- workflow/output/count301/sample1/outs/web_summary.html
- workflow/output/multiqc/run/multiqc_report.html
expire_in: 2 days
retry:
max: 1
......@@ -153,6 +163,8 @@ detailed_4:
when: always
paths:
- .nextflow.log
- workflow/output/count211/sample1/outs/web_summary.html
- workflow/output/multiqc/run/multiqc_report.html
expire_in: 2 days
retry:
max: 1
......
# v1.2.0 (in development)
**User Facing**
* Add Cellranger Version 3.1.0
* Add CI Artifacts
**Background**
......
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