Skip to content
Snippets Groups Projects
Commit 38f026a1 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Add in nextflow config for loading modules.

parent 932baa0d
Branches
Tags
No related merge requests found
process.executor='slurm'
process.queue='super'
process.time='5d'
process {
executor = 'slurm'
queue='super'
// Process specific configuration
$checkDesignFile {
module = ['python/3.6.1-2-anaconda']
}
$trim_galore {
module = ['python/3.6.1-2-anaconda', 'trimgalore/0.4.1']
cpus = 32
}
}
profiles {
standard {
includeConfig 'conf/biohpc.config'
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment