Skip to content
Snippets Groups Projects
Commit b00a62fe authored by Jonathan Gesell's avatar Jonathan Gesell
Browse files

Update biohpc.config to use new docker repo name.

parent 3d8cc5f7
4 merge requests!37v0.0.1,!6Develop,!4Develop,!3Added trimming step using trimGalore and logging.
......@@ -5,10 +5,10 @@ process {
// Process specific configuration
withName:splitData {
container = 'docker://bicf/bdbag:1.0'
container = 'docker://bicf/gudmaprbkfilexfer:1.0'
}
withName:getData {
container = 'docker://bicf/bdbag:1.0'
container = 'docker://bicf/gudmaprbkfilexfer:1.0'
}
withName:trimData {
container = 'docker://bicf/trimgalore:1.0'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment