Skip to content
Snippets Groups Projects
Commit e2324186 authored by Cats's avatar Cats
Browse files

fix missing "size("

parent 605bba8d
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ task Intersect {
File? faidx
String outputBed = "intersect.bed"
String memory = "2G"
Int timeMinutes = 1 + ceil([regionsA, regionsB], "G"))
Int timeMinutes = 1 + ceil(size([regionsA, regionsB], "G"))
String dockerImage = "quay.io/biocontainers/bedtools:2.23.0--hdbcaa40_3"
}
Boolean sorted = defined(faidx)
......
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