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

Merge pull request #28 from nf-core/ewels-patch-1

Remove incorrect comment in code example
This commit is contained in:
Alexander Peltzer 2019-03-08 17:05:56 +01:00 committed by GitHub
commit 880adfbb98
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
```