Configure pipeline for WES execution with Harbor image and s3 paths
This commit is contained in:
@@ -10,8 +10,8 @@ manifest {
|
||||
|
||||
// Global default parameters
|
||||
params {
|
||||
pdb = "/mnt/OmicNAS/private/old/olamide/ligandmpnn/input/1BC8.pdb"
|
||||
outdir = "/mnt/OmicNAS/private/old/olamide/ligandmpnn/output"
|
||||
pdb = "s3://omic/eureka/ligandmpnn/1BC8"
|
||||
outdir = "s3://omic/eureka/ligandmpnn/output"
|
||||
model_type = "ligand_mpnn"
|
||||
temperature = 0.1
|
||||
seed = 111
|
||||
@@ -40,3 +40,15 @@ executor {
|
||||
memory = '32 GB'
|
||||
}
|
||||
}
|
||||
|
||||
// Kubernetes profile for WES execution
|
||||
profiles {
|
||||
k8s {
|
||||
docker.enabled = false
|
||||
process.container = 'harbor.cluster.omic.ai/omic/ligandmpnn:latest'
|
||||
}
|
||||
k8s_gpu {
|
||||
docker.enabled = false
|
||||
process.container = 'harbor.cluster.omic.ai/omic/ligandmpnn:latest'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user