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:
parent
42c949db95
commit
e95196451f
1 changed files with 7 additions and 5 deletions
|
@ -54,6 +54,7 @@ Create launch script `nfcore-rnaseq.sh` :
|
|||
module load bioinfo/nfcore-Nextflow-v19.04.0
|
||||
nextflow run nf-core/methylseq -profile genotoul,test
|
||||
```
|
||||
|
||||
Launch on the cluster with sbatch:
|
||||
|
||||
```bash
|
||||
|
@ -71,6 +72,7 @@ By default, available mount points are :
|
|||
|
||||
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:
|
||||
|
||||
```bash
|
||||
singularity.runOptions = '-B /diretory/to/mount'
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue