mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
52 lines
1.4 KiB
YAML
52 lines
1.4 KiB
YAML
|
name: qualimap_bamqccram
|
||
|
description: Evaluate alignment data
|
||
|
keywords:
|
||
|
- quality control
|
||
|
- qc
|
||
|
- bam
|
||
|
tools:
|
||
|
- qualimap:
|
||
|
description: |
|
||
|
Qualimap 2 is a platform-independent application written in
|
||
|
Java and R that provides both a Graphical User Interface and
|
||
|
a command-line interface to facilitate the quality control of
|
||
|
alignment sequencing data and its derivatives like feature counts.
|
||
|
homepage: http://qualimap.bioinfo.cipf.es/
|
||
|
documentation: http://qualimap.conesalab.org/doc_html/index.html
|
||
|
doi: 10.1093/bioinformatics/bts503
|
||
|
licence: ["GPL-2.0-only"]
|
||
|
input:
|
||
|
- meta:
|
||
|
type: map
|
||
|
description: |
|
||
|
Groovy Map containing sample information
|
||
|
e.g. [ id:'test', single_end:false ]
|
||
|
- bacramm:
|
||
|
type: file
|
||
|
description: BAM file
|
||
|
pattern: "*.{bam}"
|
||
|
- gff:
|
||
|
type: file
|
||
|
description: Feature file with regions of interest
|
||
|
pattern: "*.{gff,gtf,bed}"
|
||
|
- fasta:
|
||
|
type: file
|
||
|
description: Reference file of cram file
|
||
|
pattern: "*.{fasta,fa,fna}"
|
||
|
output:
|
||
|
- meta:
|
||
|
type: map
|
||
|
description: |
|
||
|
Groovy Map containing sample information
|
||
|
e.g. [ id:'test', single_end:false ]
|
||
|
- results:
|
||
|
type: dir
|
||
|
description: Qualimap results dir
|
||
|
pattern: "*/*"
|
||
|
- versions:
|
||
|
type: file
|
||
|
description: File containing software versions
|
||
|
pattern: "versions.yml"
|
||
|
authors:
|
||
|
- "@FriederikeHanssen"
|