Skip to content
Snippets Groups Projects
Commit a32a7b3a authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Update nextflow version and reports.

parent e6431802
Branches
Tags
No related merge requests found
Pipeline #1657 failed with stages
in 1 minute and 14 seconds
before_script:
- module add python/3.6.1-2-anaconda
- pip install --user pytest-pythonpath pytest-cov
- module load nextflow/0.24.1-SNAPSHOT
- module load nextflow/0.27.6
- ln -s /project/shared/bicf_workflow_ref/workflow_testdata/chipseq/*fastq.gz test_data/
stages:
......
......@@ -75,3 +75,11 @@ trace {
file = 'pipeline_trace.txt'
fields = 'task_id,native_id,process,name,status,exit,submit,start,complete,duration,realtime,%cpu,%mem,rss'
}
timeline {
enabled = true
}
report {
enabled = true
}
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