1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 08:29:54 +00:00

format docs

This commit is contained in:
pierrespc 2021-10-08 13:46:47 +02:00
parent 035ab61f61
commit 2d102eafbc
2 changed files with 8 additions and 10 deletions

View file

@ -1,10 +1,10 @@
# nf-core/configs: Maestro (at Pateur Institute, Paris) Configuration.
# nf-core/configs Maestro (at Pateur Institute, Paris) Configuration
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.
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`
@ -12,10 +12,9 @@ Please first load java, nextflow and singularity modules
Also, do not forget to run nextflow using tmux or alike.
## Other profiles at Pasteur
## Other profiles at Pasteur:
If you are using TARS cluster, please refer to pasteur profile.
Please refer to docs/pasteur.md for installing and running nf-core instructions.

View file

@ -1,10 +1,10 @@
# nf-core/configs: maestro eager specific configuration
# nf-core/configs maestro eager specific configuration
Extra specific configuration for eager pipeline for human DNA data processing
## Usage
To use, run the pipeline with `-profile maestro,<qos>,<type>`, where <qos> can be normal or long and <type> can be nuclear or mitochondrial
To use, run the pipeline with `-profile maestro,<qos>,<type>`, where qos can be normal or long and type can be nuclear or mitochondrial
This will download and launch the eager specific [`maestro.config`](../../../conf/pipeline/eager/maestro.config) which has been pre-configured with a setup suitable for the Maestro cluster.
@ -29,4 +29,3 @@ More limited computational resources
Every process has one year time limit. To be used only when some processes can not be completed for time reasons when using mitochondrial or nuclear profiles.
Expect slow processes when using this profile because only 5 CPUs are available at a time.