mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
18 lines
505 B
YAML
18 lines
505 B
YAML
|
|
||
|
- name: nanoplot_summary
|
||
|
command: nextflow run ./tests/software/nanoplot -entry test_nanoplot_summary -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- nanoplot
|
||
|
files:
|
||
|
- path: ./output/nanoplot/NanoPlot-report.html
|
||
|
contains:
|
||
|
- "report"
|
||
|
- name: nanoplot_fastq
|
||
|
command: nextflow run ./tests/software/nanoplot -entry test_nanoplot_fastq -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- nanoplot
|
||
|
files:
|
||
|
- path: ./output/nanoplot/NanoPlot-report.html
|
||
|
contains:
|
||
|
- "report"
|