Skip to content

Commit

Permalink
Merge pull request nf-core#697 from gregorysprenger/update_config
Browse files Browse the repository at this point in the history
Update config file
  • Loading branch information
jfy133 authored May 25, 2024
2 parents 1b99e53 + 2fe4030 commit 40454fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions conf/rosalind_uge.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* ---------------------------------------------------------
* nf-core/configs: Rosalind Univa Grid Engine
* nf-core/configs: Rosalind UGE config
* ---------------------------------------------------------
*/


// Basic params of config file
params {
config_profile_description = 'Rosalind Univa Grid Engine config file'
config_profile_description = 'Rosalind UGE config file'
config_profile_contact = 'Gregory Sprenger (@gregorysprenger)'
}

Expand Down
6 changes: 2 additions & 4 deletions docs/rosalind_uge.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# nf-core/configs: Rosalind UGE HPC Configuration
# nf-core/configs: Rosalind UGE Configuration

nf-core pipelines have been successfully configured for use on the Rosalind UGE cluster.

To use the Rosalind profile, run the pipeline with `-profile rosalind_uge`. This will download and apply ['rosalind_uge.config'](../conf/rosalind_uge.config) which has been configured for the Rosalind HPC cluster. This profile will allow all Nextflow processes to run within singularity containers, which will be downloaded and converted from docker containers, if needed.
To use the Rosalind profile, run the pipeline with `-profile rosalind_uge`. This will download and apply ['rosalind_uge.config'](../conf/rosalind_uge.config) which has been configured for the UGE cluster. This profile will allow all Nextflow processes to run within singularity containers, which will be downloaded and converted from docker containers, if needed.

> Note: This profile does not configure resources but does partition jobs based on runtime to make use of `short.q` and `all.q` nodes. If you require resources outside of the limits specified in the pipeline (ex. more memory, CPUS, or walltime), you will need to provide a custom config specifying needed resources.
Rosalind has Nextflow pre-installed on the HPC cluster, and can be accessed by running `module load nextflow` or `module load nextflow/<version>` prior to running your pipeline. Additional singularity variables may need to be configured, such as a scratch directory, temp directory, cache directory, etc. If assistance is needed, please contact the Scientific Computing and Bioinformatics department (SciComp).

0 comments on commit 40454fb

Please sign in to comment.