pg-main from prod server added

This commit is contained in:
2025-08-18 12:03:55 +02:00
parent add456f0e7
commit f66cd01b21
956 changed files with 934400 additions and 0 deletions

View File

@@ -0,0 +1,90 @@
params {
gene = "nat2"
}
process {
// ALL PROCESSES
cache = true
stageInMode = 'symlink'
stageOutMode = 'rsync'
// scratch = "$HOME/tmp" // clean this regularly
// Containers
// Singularity
// withLabel: phase {
// singularity.enabled = false
//container = "$PWD/containers/whatshap.sif" // this can be generated from docker://pacificbiosciences/whatshap
// }
withName: call_snvs1 {
singularity.enabled = true
container = "$PWD/containers/stellarpgx-dev.sif"
}
withName: call_snvs2 {
singularity.enabled = true
container = "$PWD/containers/stellarpgx-dev.sif"
}
withName: call_sv_del {
singularity.enabled = true
container = "$PWD/containers/stellarpgx-dev.sif"
}
withName: call_sv_dup {
singularity.enabled = true
container = "$PWD/containers/stellarpgx-dev.sif"
}
withName: get_depth {
singularity.enabled = true
container = "$PWD/containers/stellarpgx-dev.sif"
}
withName: format_snvs {
singularity.enabled = true
container = "$PWD/containers/stellarpgx-dev.sif"
}
withName: get_core_var {
singularity.enabled = true
container = "$PWD/containers/stellarpgx-dev.sif"
}
withName: analyse_1 {
singularity.enabled = true
container = "$PWD/containers/stellarpgx-dev.sif"
}
withName: analyse_2 {
singularity.enabled = true
container = "$PWD/containers/stellarpgx-dev.sif"
}
withName: analyse_3 {
singularity.enabled = true
container = "$PWD/containers/stellarpgx-dev.sif"
}
withName: analyse_4 {
singularity.enabled = true
container = "$PWD/containers/stellarpgx-dev.sif"
}
withName: call_stars {
singularity.enabled = true
container = "$PWD/containers/stellarpgx-dev.sif"
}
// Docker
// container = "twesigomwedavid/stellarpgx-dev:latest" // Note that this Docker build needs to be pulled from Do
}