mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
0b0f87c2f7
* add module main porechop * update porechop main * add porechop functions * update meta porechop * add test main porechop * add porechop pytest yml * add porechop test.yml * Update modules/porechop/meta.yml Co-authored-by: Robert A. Petit III <robbie.petit@gmail.com> * re-add porechop avoid conflict * Update modules/porechop/meta.yml Co-authored-by: Robert A. Petit III <robbie.petit@gmail.com> * fix prefix suffix Co-authored-by: Robert A. Petit III <robbie.petit@gmail.com>
50 lines
1.2 KiB
YAML
50 lines
1.2 KiB
YAML
name: porechop
|
|
description: Adapter removal and demultiplexing of Oxford Nanopore reads
|
|
keywords:
|
|
- adapter
|
|
- nanopore
|
|
- demultiplexing
|
|
tools:
|
|
- porechop:
|
|
description: Adapter removal and demultiplexing of Oxford Nanopore reads
|
|
homepage: "https://github.com/rrwick/Porechop"
|
|
documentation: "https://github.com/rrwick/Porechop"
|
|
tool_dev_url: "https://github.com/rrwick/Porechop"
|
|
doi: "10.1099/mgen.0.000132"
|
|
licence: ["GPL v3"]
|
|
|
|
input:
|
|
- meta:
|
|
type: map
|
|
description: |
|
|
Groovy Map containing sample information
|
|
e.g. [ id:'test', single_end:false ]
|
|
- reads:
|
|
type: file
|
|
description: fastq/fastq.gz file
|
|
pattern: "*.{fastq,fastq.gz,fq,fq.gz}"
|
|
|
|
output:
|
|
- meta:
|
|
type: map
|
|
description: |
|
|
Groovy Map containing sample information
|
|
e.g. [ id:'test', single_end:false ]
|
|
- versions:
|
|
type: file
|
|
description: File containing software versions
|
|
pattern: "versions.yml"
|
|
- reads:
|
|
type: file
|
|
description: Demultiplexed and/or adapter-trimmed fastq.gz file
|
|
pattern: "*.{fastq.gz}"
|
|
|
|
authors:
|
|
- "@ggabernet"
|
|
- "@jasmezz"
|
|
- "@d4straub"
|
|
- "@LaurenceKuhl"
|
|
- "@SusiJo"
|
|
- "@jonasscheid"
|
|
- "@jonoave"
|
|
- "@GokceOGUZ"
|