Skip to content

Commit

Permalink
Update sambamba container for mergeBam process
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed May 2, 2024
1 parent 8dc0496 commit 2b11791
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/mergeBam/sambamba/main.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
params.sambambaVersion = '0.7.1'
params.container = "grapenf/sambamba:${params.sambambaVersion}"
params.sambambaVersion = '0.7.1--h984e79f_3'
params.container = "quay.io/biocontainers/sambamba:${params.sambambaVersion}"

process mergeBam {

Expand All @@ -23,4 +23,4 @@ process mergeBam {
sambamba index ${prefix}.bam
"""

}
}

0 comments on commit 2b11791

Please sign in to comment.