Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 20231121 #257

Merged
merged 3 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions modules/freyja.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process freyja_variants {
label "process_medium"
//errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
publishDir "${params.outdir}", mode: 'copy'
container 'quay.io/uphl/freyja:1.4.7-2023-11-14'
container 'quay.io/uphl/freyja:1.4.7-2023-11-21'

//#UPHLICA maxForks 10
//#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-xlarge'
Expand Down Expand Up @@ -44,7 +44,7 @@ process freyja_demix {
label "process_medium"
//errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
publishDir "${params.outdir}", mode: 'copy'
container 'quay.io/uphl/freyja:1.4.7-2023-11-14'
container 'quay.io/uphl/freyja:1.4.7-2023-11-21'

//#UPHLICA maxForks 10
//#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-xlarge'
Expand Down Expand Up @@ -85,7 +85,7 @@ process freyja_boot {
label "process_medium"
//errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
publishDir "${params.outdir}", mode: 'copy'
container 'quay.io/uphl/freyja:1.4.7-2023-11-14'
container 'quay.io/uphl/freyja:1.4.7-2023-11-21'

//#UPHLICA maxForks 10
//#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-xlarge'
Expand Down Expand Up @@ -124,7 +124,7 @@ process freyja_aggregate {
tag "Aggregating results from freyja"
label "process_single"
publishDir "${params.outdir}", mode: 'copy'
container 'quay.io/uphl/freyja:1.4.7-2023-11-14'
container 'quay.io/uphl/freyja:1.4.7-2023-11-21'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down
20 changes: 10 additions & 10 deletions modules/samtools.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process samtools_stats {
tag "${sample}"
label "process_single"
publishDir "${params.outdir}", mode: 'copy'
container 'staphb/samtools:1.17'
container 'staphb/samtools:1.18'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down Expand Up @@ -37,7 +37,7 @@ process samtools_coverage {
tag "${sample}"
label "process_single"
publishDir "${params.outdir}", mode: 'copy'
container 'staphb/samtools:1.17'
container 'staphb/samtools:1.18'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down Expand Up @@ -74,7 +74,7 @@ process samtools_flagstat {
tag "${sample}"
label "process_single"
publishDir "${params.outdir}", mode: 'copy'
container 'staphb/samtools:1.17'
container 'staphb/samtools:1.18'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down Expand Up @@ -111,7 +111,7 @@ process samtools_depth {
tag "${sample}"
label "process_single"
publishDir "${params.outdir}", mode: 'copy'
container 'staphb/samtools:1.17'
container 'staphb/samtools:1.18'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down Expand Up @@ -147,7 +147,7 @@ process samtools_ampliconstats {
tag "${sample}"
label "process_single"
publishDir "${params.outdir}", mode: 'copy'
container 'staphb/samtools:1.17'
container 'staphb/samtools:1.18'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down Expand Up @@ -185,7 +185,7 @@ process samtools_plot_ampliconstats {
label "process_single"
errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
publishDir "${params.outdir}", mode: 'copy'
container 'staphb/samtools:1.17'
container 'staphb/samtools:1.18'

//#UPHLICA maxForks 10
//#UPHLICA pod annotation: 'scheduler.illumina.com/presetSize', value: 'standard-xlarge'
Expand Down Expand Up @@ -221,7 +221,7 @@ process samtools_sort {
tag "${sample}"
label "process_high"
publishDir "${params.outdir}", mode: 'copy'
container 'staphb/samtools:1.17'
container 'staphb/samtools:1.18'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down Expand Up @@ -258,7 +258,7 @@ process samtools_filter {
tag "${sample}"
label "process_single"
publishDir "${params.outdir}", mode: 'copy'
container 'staphb/samtools:1.17'
container 'staphb/samtools:1.18'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down Expand Up @@ -300,7 +300,7 @@ process samtools_ampliconclip {
tag "${sample}"
label "process_single"
publishDir "${params.outdir}", mode: 'copy'
container 'staphb/samtools:1.17'
container 'staphb/samtools:1.18'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down Expand Up @@ -340,7 +340,7 @@ process samtools_markdup {
tag "${sample}"
label "process_single"
publishDir "${params.outdir}", mode: 'copy'
container 'staphb/samtools:1.17'
container 'staphb/samtools:1.18'

//#UPHLICA maxForks 10
//#UPHLICA errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ manifest {
name = 'Cecret'
author = 'Erin Young'
homePage = 'https://github.com/UPHL-BioNGS/Cecret'
version = 'v3.10.20231115'
version = 'v3.10.20231121'
defaultBranch = 'master'
recurseSubmodules = false
description = 'Reference-based consensus creation'
Expand Down