mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Updating CCGA documentation
This commit is contained in:
parent
cb507177d5
commit
d66bf4e478
1 changed files with 18 additions and 0 deletions
18
docs/ccga.md
Normal file
18
docs/ccga.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# nf-core/configs: CCGA Configuration
|
||||||
|
|
||||||
|
Deployment and testing of nf-core pipelines at the CCGA cluster is on-going.
|
||||||
|
|
||||||
|
To use, run the pipeline with `-profile ccga`. This will download and launch the [`ccga.config`](../conf/ccga.config) which has been pre-configured with a setup suitable for the BINAC cluster. Using this profile, a docker image containing all of the required software will be downloaded, and converted to a Singularity image before execution of the pipeline.
|
||||||
|
|
||||||
|
Before running the pipeline you will need to load Nextflow and Singularity using the environment module system on the cluster. You can do this by issuing the commands below:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
## Load Nextflow and Singularity environment modules
|
||||||
|
module purge
|
||||||
|
module load IKMB
|
||||||
|
module load Java/1.8.0
|
||||||
|
module load Nextflow
|
||||||
|
module load singularity3.1.0
|
||||||
|
```
|
||||||
|
|
||||||
|
>NB: Access to the CCGA cluster is restricted to IKMB/CCGA employes. Please talk to Marc Hoeppner to get access (@marchoeppner).
|
Loading…
Reference in a new issue