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

increase memory for fastp

parent 5b55e1b6
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ task Fastp {
Boolean performAdapterTrimming = true
Int threads = 4
String memory = "5GiB"
String memory = "10GiB"
Int timeMinutes = 1 + ceil(size([read1, read2], "G") * 7.0 / threads)
String dockerImage = "quay.io/biocontainers/fastp:0.23.2--h5f740d0_3"
}
......
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