Skip to content
Snippets Groups Projects
Commit c997ca38 authored by Brandi Cantarel's avatar Brandi Cantarel
Browse files

adding name report.html

parent 6d090ae3
No related merge requests found
Pipeline #1673 failed with stage
in 4 hours, 23 minutes, and 48 seconds
......@@ -15,13 +15,13 @@ stages:
test_human:
stage: integration
script:
- nextflow run workflow/main.nf --design /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq/design.rnaseq.txt --input /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq --output human_output
- nextflow run -with-report human_report.html workflow/main.nf --design /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq/design.rnaseq.txt --input /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq --output human_output
artifacts:
expire_in: 2 days
test_mouse:
stage: integration
script:
- nextflow run workflow/main.nf --input /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq --design /project/shared/bicf_workflow_ref/workflow_testdata/mouse_se.design.txt --pairs se --fusion skip --genome /project/shared/bicf_workflow_ref/GRCm38 --markdups null --output mouse_output
- nextflow run -with-report mouse_report.html workflow/main.nf --input /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq --design /project/shared/bicf_workflow_ref/workflow_testdata/mouse_se.design.txt --pairs se --fusion skip --genome /project/shared/bicf_workflow_ref/GRCm38 --markdups null --output mouse_output
artifacts:
expire_in: 2 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