-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #765 from nf-core/Joon-Klaps-patch-1
Update contact info vsc_kul_uhasselt.config
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ profiles { | |
genius { | ||
params { | ||
config_profile_description = 'HPC_GENIUS profile for use on the genius cluster of the VSC HPC.' | ||
config_profile_contact = '[email protected]' | ||
config_profile_contact = 'GitHub: @Joon-Klaps - Email: [email protected]' | ||
config_profile_url = 'https://docs.vscentrum.be/en/latest/index.html' | ||
max_memory = 703.GB // 768 - 65 so 65GB for overhead, max is 720000MB | ||
max_time = 168.h | ||
|
@@ -100,7 +100,7 @@ profiles { | |
|
||
params { | ||
config_profile_description = 'HPC_WICE profile for use on the Wice cluster of the VSC HPC.' | ||
config_profile_contact = '[email protected]' | ||
config_profile_contact = 'GitHub: @Joon-Klaps - Email: [email protected]' | ||
config_profile_url = 'https://docs.vscentrum.be/en/latest/index.html' | ||
max_memory = 1968.GB // max is 2016000 | ||
max_cpus = 72 | ||
|
@@ -135,7 +135,7 @@ profiles { | |
superdome { | ||
params { | ||
config_profile_description = 'HPC_SUPERDOME profile for use on the genius cluster of the VSC HPC.' | ||
config_profile_contact = '[email protected]' | ||
config_profile_contact = 'GitHub: @Joon-Klaps - Email: [email protected]' | ||
config_profile_url = 'https://docs.vscentrum.be/en/latest/index.html' | ||
max_memory = 5772.GB // 6000 - 228 so 228GB for overhead, max is 5910888MB | ||
max_cpus = 14 | ||
|