Skip to content

Commit

Permalink
New deenurp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Golob committed Dec 1, 2020
1 parent 3e19f7e commit f053aff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

// containers
container__arf = 'golob/arf:0.1A'
container__deenurp = 'golob/deenurp:0.2.7'

// User params initialization
params.help = false
Expand Down Expand Up @@ -1228,7 +1229,7 @@ with open('taxon_seq_info.csv', 'wt') as taxon_si_h:

// Run this channel through deenurp.
process filterOutliers {
container 'golob/deenurp:0.2.6A'
container = "${container__deenurp}"
label 'multithread'
errorStrategy 'finish'

Expand Down

0 comments on commit f053aff

Please sign in to comment.