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

Update config.

parent 8ad14a7d
1 merge request!27Resolve "Tests for astrocyte"
...@@ -81,19 +81,3 @@ params { ...@@ -81,19 +81,3 @@ params {
} }
} }
} }
trace {
enabled = true
file = 'pipeline_trace.txt'
fields = 'task_id,native_id,process,name,status,exit,submit,start,complete,duration,realtime,%cpu,%mem,rss'
}
timeline {
enabled = true
file = 'timeline.html'
}
report {
enabled = true
file = 'report.html'
}
...@@ -3,3 +3,29 @@ profiles { ...@@ -3,3 +3,29 @@ profiles {
includeConfig 'conf/biohpc.config' includeConfig 'conf/biohpc.config'
} }
} }
trace {
enabled = true
file = 'pipeline_trace.txt'
fields = 'task_id,native_id,process,name,status,exit,submit,start,complete,duration,realtime,%cpu,%mem,rss'
}
timeline {
enabled = true
file = 'timeline.html'
}
report {
enabled = true
file = 'report.html'
}
manifest {
name = 'atacseq_analysis'
description = 'BICF ATAC-seq Analysis Workflow.'
homePage = 'https://git.biohpc.swmed.edu/BICF/Astrocyte/atacseq_analysis'
version = '2.0.0'
mainScript = 'main.nf'
nextflowVersion = '>=0.31.0'
}
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