You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nf-configs/conf/rosalind.config

30 lines
548 B
Plaintext

params {
config_profile_description = 'Kings College London Rosalind HPC'
config_profile_contact = 'Theo Portlock'
config_profile_url = 'https://www.rosalind.kcl.ac.uk/'
}
singularity {
enabled = true
autoMounts = true
docker.enabled = false
}
params {
max_memory = 64.GB
max_cpus = 16
max_time = 24.h
partition = 'shared'
schema_ignore_params = 'partition,genomes,modules'
}
process {
executor = 'slurm'
maxRetries = 3
clusterOptions = { "--partition=$params.partition" }
}
executor {
submitRateLimit = '1 sec'
}