1
0
Fork 0
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:
Phil Ewels 2019-03-05 16:28:10 +01:00
parent 9fb5715c4c
commit e0ba8e6f07

View file

@ -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