Skip to content

Commit

Permalink
Merge pull request #29 from Sydney-Informatics-Hub/glnexus-jemalloc
Browse files Browse the repository at this point in the history
Change glnexus container
  • Loading branch information
georgiesamaha authored May 20, 2024
2 parents 5aeb10d + 2c41964 commit 89dca30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions config/gadi.config
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ process {
withName: 'multiqc' {
queue = 'normalbw'
cpus = 1
memory = 4.Gb
memory = 10.Gb
}

withName: 'pb_fq2bam' {
Expand Down Expand Up @@ -99,7 +99,10 @@ process {
}

withName: 'glnexus_joint_call' {
executor = 'local'
queue = 'normal'
cpus = 48
time = '10h'
memory = 190.Gb
}

withName: 'download_vep' {
Expand All @@ -123,4 +126,4 @@ trace {
overwrite = false
file = "${params.outdir}/runInfo/gadi-nf-core-trace-${trace_timestamp}.txt"
fields = 'name,status,exit,duration,realtime,cpus,%cpu,memory,%mem,rss'
}
}
4 changes: 2 additions & 2 deletions modules/glnexus_joint.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process glnexus_joint_call {
tag "JOINT GENOTYPING: ${params.cohort_name}"
publishDir "${params.outdir}/variants", mode: 'symlink'
container "quay.io/biocontainers/glnexus:1.4.1--h5c1b0a6_3"
container "ghcr.io/dnanexus-rnd/glnexus:v1.4.1"

input:
path(gvcf_list)
Expand All @@ -26,4 +26,4 @@ process glnexus_joint_call {
> ${params.cohort_name}.bcf \
$args
"""
}
}

0 comments on commit 89dca30

Please sign in to comment.