1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00

Remove incorrect comment in code example

This commit is contained in:
Phil Ewels 2019-03-08 16:41:47 +01:00 committed by GitHub
parent ba3d221af6
commit ef1aeafef6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,6 @@ Alternatively, instead of using the configuration profiles from this repository,
pipeline directly calling the single institutional config file that you need with the `-c` parameter.
```bash
## Example command for nf-core/rnaseq
nextflow run /path/to/pipeline/ -c /path/to/my/configs/configs-master/conf/my_config.config
```