mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Tweak the readme
This commit is contained in:
parent
9fb5715c4c
commit
e0ba8e6f07
1 changed files with 3 additions and 3 deletions
|
@ -47,11 +47,11 @@ pipeline directly calling the single institutional config file that you need wit
|
|||
|
||||
```bash
|
||||
## Example command for nf-core/rnaseq
|
||||
nextflow run /path/to/pipeline/ -c /path/to/my/configs/configs-master/conf/my_config.config ..
|
||||
nextflow run /path/to/pipeline/ -c /path/to/my/configs/configs-master/conf/my_config.config
|
||||
```
|
||||
|
||||
> Note that the nf-core/tools helper package has a `download` subcommand download required
|
||||
> pipeline files for you to make this process easier.
|
||||
> Note that the nf-core/tools helper package has a `download` command to download all required pipeline
|
||||
> files + singularity containers + institutional configs in one go for you, to make this process easier.
|
||||
|
||||
## Adding a new config
|
||||
|
||||
|
|
Loading…
Reference in a new issue