Skip to content
Snippets Groups Projects
Commit 199723ff authored by Hololens Test's avatar Hololens Test
Browse files

Add background processing for the Nextflow stages, as they otherwise stall with SIGTTOU

parent acf301a1
Branches
Tags
1 merge request!3Merge new CI pipeline with the changes from Peng.
......@@ -54,7 +54,7 @@ nextflow_test_docker:
- module load nextflow/20.01.0
- module load singularity/3.5.3
- cd $CI_PROJECT_DIR/workflow
- nextflow -C $CI_PROJECT_DIR/workflow/configs/biohpc_docker.config run main.nf -with-trace -with-timeline -resume --verbose
- nextflow -C $CI_PROJECT_DIR/workflow/configs/biohpc_docker.config run main.nf -with-trace -with-timeline -resume --verbose -bq
artifacts:
paths:
- $CI_PROJECT_DIR/workflow/.nextflow.log
......@@ -66,7 +66,7 @@ nextflow_test_singularity:
- module load nextflow/20.01.0
- module load singularity/3.5.3
- cd $CI_PROJECT_DIR/workflow
- nextflow -C $CI_PROJECT_DIR/workflow/configs/biohpc_singularity.config run main.nf -with-trace -with-timeline -resume --verbose
- nextflow -C $CI_PROJECT_DIR/workflow/configs/biohpc_singularity.config run main.nf -with-trace -with-timeline -resume --verbose -bq
artifacts:
paths:
- $CI_PROJECT_DIR/workflow/.nextflow.log
......
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