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

fix CPAT time_minutes

parent a4b3d7a9
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ task CPAT {
# CPAT should not index the reference genome.
Array[String]? startCodons
Array[String]? stopCodons
Int timeMinutes = 1 + ceil(size(gene, "G") * 30)
Int timeMinutes = 10 + ceil(size(gene, "G") * 30)
String dockerImage = "biocontainers/cpat:v1.2.4_cv1"
}
......
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