2021-04-09 07:31:38 +00:00
|
|
|
name: nanoplot
|
|
|
|
description: Run NanoPlot on nanopore-sequenced reads
|
|
|
|
keywords:
|
|
|
|
- quality control
|
|
|
|
- qc
|
|
|
|
- fastq
|
|
|
|
- sequencing summary
|
|
|
|
- nanopore
|
|
|
|
tools:
|
|
|
|
- nanoplot:
|
|
|
|
description: |
|
|
|
|
NanoPlot is a tool for ploting long-read sequencing data and
|
|
|
|
alignment.
|
|
|
|
homepage: http://nanoplot.bioinf.be
|
|
|
|
documentation: https://github.com/wdecoster/NanoPlot
|
2021-10-22 22:39:54 +00:00
|
|
|
licence: ['GPL-3.0-or-later']
|
2021-04-09 07:31:38 +00:00
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- fastq:
|
|
|
|
type: file
|
|
|
|
description: |
|
|
|
|
List of input basecalled-FastQ files.
|
|
|
|
- summary_txt:
|
|
|
|
type: file
|
|
|
|
description: |
|
2021-04-27 14:57:34 +00:00
|
|
|
List of sequencing_summary.txt files from running basecalling.
|
2021-04-09 07:31:38 +00:00
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- html:
|
|
|
|
type: file
|
|
|
|
description: NanoPlot report
|
|
|
|
pattern: "*{.html}"
|
|
|
|
- png:
|
|
|
|
type: file
|
|
|
|
description: Plots generated by NanoPlot
|
|
|
|
pattern: "*{.png}"
|
|
|
|
- txt:
|
|
|
|
type: file
|
|
|
|
description: Stats from NanoPlot
|
|
|
|
pattern: "*{.txt}"
|
|
|
|
- log:
|
|
|
|
type: file
|
|
|
|
description: log file of NanoPlot run
|
|
|
|
pattern: "*{.log}"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-04-09 07:31:38 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2021-04-09 07:31:38 +00:00
|
|
|
authors:
|
|
|
|
- "@drpatelh"
|
|
|
|
- "@yuukiiwa"
|