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

update process scripts

parent 9fd3ba40
No related merge requests found
process.executor = 'slurm'
process.queue = 'super'
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.enable = true
report.file= 'report.html'
......@@ -67,7 +67,7 @@ Channel
process trimpe {
errorStrategy 'ignore'
publishDir "$baseDir/output", mode: 'copy'
publishDir "$params.output", mode: 'copy'
input:
set famid,pair_id, file(read1), file(read2) from read
output:
......
Subproject commit 240f711bab848e6426e96205620f2db692da1f81
Subproject commit 291e1c352873ce14881ab8b1822fa7d3183b946b
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