Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] scratching of sabmi-iec config profile #563

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions conf/sabmi_iec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
params {
config_profile_description = 'Bacteriology session of Instituto Evandro Chagas cluster profile provided by nf-core/configs.'
config_profile_contact = 'Davi Marcon - @Mxrcon - [email protected]'

max_cpus = 12
max_memory = 48.GB
max_time = 72.h

}

docker {
enabled = true
runOptions = "-u root"
}

process {
executor = 'pbs'
pollInterval = '5 sec'
queueSize = '10'
clusterOptions = {"-l nodes=1:hpcnod16:ppn=${task.cpus}"}
queue = "sabmi"
}
}
Loading