Skip to content
Snippets Groups Projects
Commit 24ef5634 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

Add time minutes parameter

parent c21d27ff
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ task PeakCalling {
String outDir = "macs2"
String sampleName
Boolean nomodel = false
Int timeMinutes = 600 # Default to 10 hours
String memory = "8G"
String dockerImage = "quay.io/biocontainers/macs2:2.1.2--py27r351_0"
}
......@@ -52,6 +52,7 @@ task PeakCalling {
cpu: 1
memory: memory
docker: dockerImage
time_minutes: timeMinutes
}
parameter_meta {
inputBams: {description: "The BAM files on which to perform peak calling.", category: "required"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment