diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 169f948824673a2a34f99881abd4743a4d6a04f3..4a2b0f7b69bf5473bc0e5e4cae95411ee3d17d4d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,13 +15,13 @@ stages: test_human: stage: integration script: - - 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 + - nextflow run -with-dag flowchart.png -with-timeline human_timeline.html -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 -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 + - nextflow run -with-dag flowchart.png -with-timeline mouse_timeline.html -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/rnaseq/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 diff --git a/nextflow.config b/nextflow.config index 352fa14fcfc771e75a41199c74856d42cf8ac206..05dbcbfe416abedbc023d12c304e1482371c7428 100644 --- a/nextflow.config +++ b/nextflow.config @@ -4,5 +4,3 @@ process.clusterOptions = '--hold' trace.enabled = true trace.file = 'pipeline_trace.txt' trace.field = 'task_id,native_id,process,name,status,exit,submit,start,complete,duration,realtime' -report.enabled = true -report.file= 'report.html' \ No newline at end of file