2021-02-02 08:40:10 +00:00
|
|
|
# nf-core/configs: OIST Configuration
|
|
|
|
|
|
|
|
The nf-core pipelines [rnaseq](https://nf-co.re/rnaseq) and
|
|
|
|
[eager](https://nf-co.re/eager) have been successfully tested on the _Deigo_
|
|
|
|
cluster at the Okinawa Institute of Science and Technology Graduate University
|
2022-03-17 23:33:31 +00:00
|
|
|
([OIST](https://www.oist.jp)). We have no reason to expect that other
|
2021-02-02 08:40:10 +00:00
|
|
|
pipelines would not work.
|
|
|
|
|
2022-03-17 23:33:31 +00:00
|
|
|
To use, run the pipeline with `-profile oist`. This will download and launch
|
2021-02-02 08:40:10 +00:00
|
|
|
the [`oist.config`](../conf/oist.config) which has been pre-configured with a
|
2022-03-17 23:33:31 +00:00
|
|
|
setup suitable for _Deigo_. Using this profile, a docker image containing all
|
2021-02-02 08:40:10 +00:00
|
|
|
of the required software will be downloaded, and converted to a Singularity
|
|
|
|
image before execution of the pipeline.
|
|
|
|
|
|
|
|
## Below are non-mandatory information e.g. on modules to load etc
|
|
|
|
|
|
|
|
Before running the pipeline you will need to load Nextflow and Singularity
|
2022-03-17 23:33:31 +00:00
|
|
|
using the environment module system on _Deigo_. You can do this by issuing the
|
2021-02-02 08:40:10 +00:00
|
|
|
commands below:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
## Load the latest Nextflow and Singularity environment modules
|
|
|
|
ml purge
|
|
|
|
ml bioinfo-ugrp-modules
|
|
|
|
ml Other/Nextflow
|
|
|
|
```
|
|
|
|
|
2022-03-17 23:33:31 +00:00
|
|
|
> NB: You will need an account to use the _Deigo_ cluster in order to run the
|
|
|
|
> pipeline. If in doubt contact IT.
|
2021-02-02 08:40:10 +00:00
|
|
|
>
|
2022-03-17 23:33:31 +00:00
|
|
|
> NB: Nextflow will submit the jobs via the SLURM scheduler to the HPC cluster
|
|
|
|
> and as such the commands above will have to be executed on one of the login
|
|
|
|
> nodes. If in doubt contact IT.
|