Skip to content
Snippets Groups Projects
Commit ae937f28 authored by Moustakas's avatar Moustakas
Browse files

Fix data type error

parent 34b37323
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ task PeakCalling {
Float pval_thres = 0.01
Boolean bdg = true
String keepdup = "auto"
String callsummits = true
Boolean callsummits = true
Int timeMinutes = 600 # Default to 10 hours
String memory = "8G"
String dockerImage = "quay.io/biocontainers/macs2:2.1.2--py27r351_0"
......
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