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

update cutadapt container

parent 4bfae066
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ task Cutadapt {
Int cores = 4
String memory = "~{300 + 100 * cores}M"
Int timeMinutes = 1 + ceil(size([read1, read2], "G") * 12.0 / cores)
String dockerImage = "quay.io/biocontainers/cutadapt:2.8--py37h516909a_0"
String dockerImage = "quay.io/biocontainers/cutadapt:2.10--py37h516909a_0"
}
String realRead2output = select_first([read2output, "cut_r2.fq.gz"])
......
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