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

correct md to pass linter

This commit is contained in:
noirot 2019-11-26 14:47:23 +01:00
parent 42c949db95
commit e95196451f

View file

@ -54,6 +54,7 @@ Create launch script `nfcore-rnaseq.sh` :
module load bioinfo/nfcore-Nextflow-v19.04.0 module load bioinfo/nfcore-Nextflow-v19.04.0
nextflow run nf-core/methylseq -profile genotoul,test nextflow run nf-core/methylseq -profile genotoul,test
``` ```
Launch on the cluster with sbatch: Launch on the cluster with sbatch:
```bash ```bash
@ -63,14 +64,15 @@ sbatch nfcore-rnaseq.sh
## Mounted directory ## Mounted directory
By default, available mount points are : By default, available mount points are :
- /bank - /bank
- /home - /home
- /save - /save
- /work - /work
- /work2 - /work2
To have access to specific other mount point (such as nosave or project) To have access to specific other mount point (such as nosave or project)
you can add a config profile file with option `-profile` and wich contain: you can add a config profile file with option `-profile` and wich contain:
```bash ```bash
singularity.runOptions = '-B /diretory/to/mount' singularity.runOptions = '-B /diretory/to/mount'
``` ```