1
0
Fork 0
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:
Gwenna Breton 2022-07-07 13:41:42 +02:00 committed by GitHub
parent 746db14d47
commit 4538e8aa36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
}