Skip to content

Commit

Permalink
Add links to process containers
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfredUg authored Sep 10, 2023
1 parent b2b1cc3 commit 62232ee
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions conf/containers.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
process {
withName:runfastQC {
container = 'quay.io/biocontainers/fastqc:0.11.8--1'
}
withName:runMultiQC {
container = 'quay.io/biocontainers/multiqc:1.7--py_4'
}
withName:runTrimGalore {
container = 'quay.io/biocontainers/trim-galore'
}
withName:runHydra {
container = 'docker://alfredug/quasitools'
}
withName:runSierralocal {
container = 'docker://alfredug/sierralocal'
}
withName:renderReport {
container = 'docker://alfredug/rbase'
}

0 comments on commit 62232ee

Please sign in to comment.