Skip to content

Commit

Permalink
bumped version of panaroo
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaspersen committed Feb 7, 2024
1 parent 28a5466 commit 7bdc0aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/core_gene_report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ tool_data <- data.frame(
"Snp-sites",
"IQTree"),
Version = c("1.9.1",
"1.2.9",
"1.3.4",
"0.8.2",
"2.5.1",
"2.2.6")
Expand Down
8 changes: 4 additions & 4 deletions modules/PANAROO.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process PANAROO_QC {
conda (params.enable_conda ? 'bioconda::panaroo=1.2.9' : null)
container 'quay.io/biocontainers/panaroo:1.2.9--pyhdfd78af_0'
conda (params.enable_conda ? 'bioconda::panaroo=1.3.4' : null)
container 'quay.io/biocontainers/panaroo:1.3.4--pyhdfd78af_0'

label 'process_high_memory_time'

Expand All @@ -22,8 +22,8 @@ process PANAROO_QC {
}

process PANAROO_PANGENOME {
conda (params.enable_conda ? 'bioconda::panaroo=1.2.9' : null)
container 'quay.io/biocontainers/panaroo:1.2.9--pyhdfd78af_0'
conda (params.enable_conda ? 'bioconda::panaroo=1.3.4' : null)
container 'quay.io/biocontainers/panaroo:1.3.4--pyhdfd78af_0'

label 'process_high_cpu_time'

Expand Down

0 comments on commit 7bdc0aa

Please sign in to comment.