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

22 lines
874 B
Markdown
Raw Normal View History

2021-10-04 14:08:33 +00:00
# nf-core/configs: Maestro (at Pateur Institute, Paris) Configuration.
2021-10-04 14:08:33 +00:00
To use, run the pipeline with -profile maestro,<qos> (with qos being long or normal). This will download and launch the maestro.config which has been pre-configured with a setup suitable for the Maestro cluster on either the long or normal qos.
Using one of these profiles, a docker image containing all of the required software will be downloaded, and converted to a Singularity image before execution of the pipeline
## needed Modules
Please first load java, nextflow and singularity modules
`module load java`
`module load nextflow`
`module load singularity`
2021-10-04 14:08:33 +00:00
Also, do not forget to run nextflow using tmux or alike.
## Other profiles at Pasteur:
If you are using TARS cluster, please refer to pasteur profile.
2021-10-04 13:08:01 +00:00
Please refer to docs/pasteur.md for installing and running nf-core instructions.