Skip to content

Commit

Permalink
change the container and add errorHandling (#3)
Browse files Browse the repository at this point in the history
* change the container

* add the error handling strategy
  • Loading branch information
abhi18av authored Jul 27, 2020
1 parent 49cfa45 commit 51e2bb9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ params

params.trimmed= true
params.saveBy= 'copy'
params.ram= 4
params.ram= 7
params.cpus= 4

params.refGbk = "NC000962_3.gbk"
Expand All @@ -31,9 +31,10 @@ snippy_command
*/

process snippy {
container 'quay.io/biocontainers/snippy:4.6.0--0'
container 'ummidock/snippy_tseemann:4.6.0-02'
publishDir 'results/snippy', mode: params.saveBy
stageInMode 'symlink'
errorStrategy 'ignore'


input:
Expand All @@ -54,4 +55,4 @@ process snippy {
}

// alternative container
//container 'ummidock/snippy_tseemann:4.6.0-02'
// container 'quay.io/biocontainers/snippy:4.6.0--0'

0 comments on commit 51e2bb9

Please sign in to comment.