mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-23 08:49:54 +00:00
Update medair.config
- added path to singularity image for Sentieon - harmonized alignment
This commit is contained in:
parent
746db14d47
commit
4538e8aa36
1 changed files with 21 additions and 15 deletions
|
@ -38,3 +38,9 @@ profiles {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Specific parameter for pipelines that can use Sentieon (e.g. nf-core/sarek, nf-core/raredisease)
|
||||||
|
process {
|
||||||
|
withLabel:'sentieon' {
|
||||||
|
container = "/apps/bio/singularities/sentieon-211204-peta.simg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue