mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Add separate bullet
This commit is contained in:
parent
4f82982d04
commit
154d2b0c08
1 changed files with 12 additions and 8 deletions
20
README.md
20
README.md
|
@ -71,15 +71,19 @@ We have written a helper command in the `nf-core/tools` package that allows you
|
||||||
INFO Downloaded 3 files to ./modules/nf-core/software/fastqc modules.py:97
|
INFO Downloaded 3 files to ./modules/nf-core/software/fastqc modules.py:97
|
||||||
```
|
```
|
||||||
|
|
||||||
We have plans to add other utility commands to help developers install and maintain modules downloaded from this repository. e.g.
|
4. We have plans to add other utility commands to help developers install and maintain modules downloaded from this repository so watch this space!
|
||||||
|
|
||||||
```console
|
```console
|
||||||
Commands:
|
$ nf-core modules --help
|
||||||
list List available software modules.
|
|
||||||
install Add a DSL2 software wrapper module to a pipeline.
|
...truncated...
|
||||||
update Update one or all software wrapper modules. (NOT YET IMPLEMENTED)
|
|
||||||
remove Remove a software wrapper from a pipeline. (NOT YET IMPLEMENTED)
|
Commands:
|
||||||
check Check that imported module code has not been modified. (NOT YET IMPLEMENTED)
|
list List available software modules.
|
||||||
|
install Add a DSL2 software wrapper module to a pipeline.
|
||||||
|
update Update one or all software wrapper modules. (NOT YET IMPLEMENTED)
|
||||||
|
remove Remove a software wrapper from a pipeline. (NOT YET IMPLEMENTED)
|
||||||
|
check Check that imported module code has not been modified. (NOT YET IMPLEMENTED)
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configuration and parameters
|
### Configuration and parameters
|
||||||
|
|
Loading…
Reference in a new issue