-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac0a08b
commit 8c3ef77
Showing
5 changed files
with
33 additions
and
0 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 |
---|---|---|
|
@@ -51,6 +51,7 @@ jobs: | |
- "cfc_dev" | ||
- "cheaha" | ||
- "computerome" | ||
- "create" | ||
- "crg" | ||
- "crick" | ||
- "crukmi" | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
params { | ||
config_profile_description = "e-Research King's College London CREATE HPC" | ||
config_profile_contact = "e-Research ([email protected])" | ||
config_profile_url = "https://docs.er.kcl.ac.uk/" | ||
max_memory = 1024.GB | ||
max_cpus = 128 | ||
max_time = 48.h | ||
} | ||
|
||
singularity { | ||
enabled = true | ||
autoMounts = true | ||
} | ||
|
||
process { | ||
executor = 'slurm' | ||
} |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# nf-core/configs: CREATE HPC Configuration | ||
|
||
All nf-core pipelines have been successfully configured for use on the King's Computational Research, Engineering and Technology Environment (CREATE) HPC cluster at e-Research, King's College London. | ||
|
||
To use this profile, run the pipeline with `-profile create`. This will download and launch the [`create.config`](../conf/create.config) which has been pre-configured with a setup suitable for the CREATE HPC cluster. | ||
|
||
Before running the pipeline you will need to load Nextflow using the environment module system on CREATE HPC. You can do this with the following command: | ||
|
||
```bash | ||
module load nextflow | ||
``` | ||
|
||
> NB: You will need an account to use the CREATE HPC cluster in order to run the pipeline. If in doubt contact IT. |
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