mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Add include section
This commit is contained in:
parent
7b3bc338d4
commit
63a2cce2da
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -71,7 +71,17 @@ We have written a helper command in the `nf-core/tools` package that uses the Gi
|
||||||
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
|
||||||
```
|
```
|
||||||
|
|
||||||
4. We have plans to add other utility commands to help developers install and maintain modules downloaded from this repository so watch this space!
|
4. Import the module in your Nextflow script:
|
||||||
|
|
||||||
|
```nextflow
|
||||||
|
#!/usr/bin/env nextflow
|
||||||
|
|
||||||
|
nextflow.enable.dsl = 2
|
||||||
|
|
||||||
|
include { FASTQC } from './modules/nf-core/software/fastqc/main'
|
||||||
|
```
|
||||||
|
|
||||||
|
5. 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
|
||||||
$ nf-core modules --help
|
$ nf-core modules --help
|
||||||
|
|
Loading…
Reference in a new issue