1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 22:12:03 +00:00
nf-configs/docs/ccga.md

19 lines
949 B
Markdown
Raw Normal View History

2019-07-05 06:28:18 +00:00
# nf-core/configs: CCGA Configuration
2019-11-25 23:48:17 +00:00
Deployment and testing of nf-core pipelines at the CCGA cluster is on-going.
2019-07-05 06:28:18 +00:00
2019-07-05 06:30:02 +00:00
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 CCGA 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.
2019-07-05 06:28:18 +00:00
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
2019-11-25 23:48:17 +00:00
module load IKMB
module load Java/1.8.0
module load Nextflow
2019-07-05 06:28:18 +00:00
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).