Skip to content
Snippets Groups Projects

upgrade fastqc #242

Merged Philippe Ruiz requested to merge 242-fastqc into devel
2 files
+ 1
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -25,6 +25,7 @@ process {
memory = { 8.GB * task.attempt }
}
withLabel: FASTQC {
container = 'quay.io/biocontainers/fastqc:0.12.1--hdfd78af_0'
cpus = 8
memory = { 8.GB * task.attempt }
}
Loading