fix: Use GitHub containers registry for HapLink modules
There are still issues with using the Biocontainers build of HapLink within certain container platforms (cough, Singularity). Use the more exotic, but more stable, one directly from the lab.
This commit is contained in:
parent
2f96ba4e44
commit
38d779b1dc
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ process HAPLINK_HAPLOTYPES {
|
|||
label 'process_high'
|
||||
label 'haplink'
|
||||
|
||||
container 'quay.io/biocontainers/haplink:1.0.0--h031d066_0'
|
||||
container 'ghcr.io/ksumngs/haplink.jl:1.0.0'
|
||||
|
||||
input:
|
||||
tuple val(prefix), path(bam), path(bai), path(vcf)
|
||||
|
|
|
@ -3,7 +3,7 @@ process HAPLINK_SEQUENCES {
|
|||
label 'process_single'
|
||||
label 'haplink'
|
||||
|
||||
container 'quay.io/biocontainers/haplink:1.0.0--h031d066_0'
|
||||
container 'ghcr.io/ksumngs/haplink.jl:1.0.0'
|
||||
|
||||
input:
|
||||
tuple val(prefix), val(method), path(yaml)
|
||||
|
|
|
@ -3,7 +3,7 @@ process HAPLINK_VARIANTS {
|
|||
label 'process_medium'
|
||||
label 'haplink'
|
||||
|
||||
container 'quay.io/biocontainers/haplink:1.0.0--h031d066_0'
|
||||
container 'ghcr.io/ksumngs/haplink.jl:1.0.0'
|
||||
|
||||
input:
|
||||
tuple val(prefix), path(bam), path(bai)
|
||||
|
|
Loading…
Reference in a new issue