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

Update fub_curta.config and fub_curta.md #753

Merged
merged 5 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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
20 changes: 10 additions & 10 deletions conf/fub_curta.config
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
// Config profile metadata
params {
config_profile_contact = 'Wassim Salam (@wassimsalam01)'
config_profile_contact = 'Wassim Salam (@wassimsalam01)'
config_profile_contact_github = '@wassimsalam01'
config_profile_contact_email = 'TODO'
config_profile_name = 'FUB Curta'
config_profile_description = 'Freie Universität Berlin HPC (Curta) profile'
config_profile_url = 'https://www.fu-berlin.de/en/sites/high-performance-computing/index.html'
config_profile_contact_email = 'wassimsalam49@gmail.com'
config_profile_name = 'FUB Curta'
config_profile_description = 'Freie Universität Berlin HPC (Curta) profile'
config_profile_url = 'https://www.fu-berlin.de/en/sites/high-performance-computing/index.html'

max_cpus = 32
max_cpus = 32
max_memory = 772.GB
max_time = 14.d
max_time = 14.d
}

def membership = ['/bin/bash', '-c', 'groups'].execute().text.trim()

// Slurm configuration parameters
process {
executor = 'slurm'
maxRetries = 3
executor = 'slurm'
maxRetries = 3
clusterOptions = { (membership.startsWith("b") ? '--partition=begendiv,main ' : '--partition=main ') << ( task.time <= 3.h ? '--qos=hiprio' : ( task.time <= 3.d ? '--qos=prio' : '--qos=standard' ) ) }
}

// Singularity parameters
singularity {
enabled = true
enabled = true
autoMounts = true
}

Expand Down
2 changes: 1 addition & 1 deletion docs/fub_curta.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In addition, job submissions are assigned the appropriate quality of service (QO

Institute-specific pipeline profiles exists for:

- [methylseq](pipeline/methylseq/fub_curta.md)
- [methylseq](https://github.com/wassimsalam01/configs/blob/master/docs/pipeline/methylseq/fub_curta.md)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should point to the main repo, not your fork - is there any reason why you're keeping the docs on your fork?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi James, sorry about that. Fixing this right away

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!


## debug profile

Expand Down
Loading