Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswyatt1 committed Feb 5, 2025
1 parent b1d52b6 commit 798feac
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions modules/nf-core/pychopper/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ keywords:
- nanopore
tools:
- "pychopper":
description: "A tool to identify, orient and rescue full length cDNA reads from nanopore data."
description: "A tool to identify, orient and rescue full length cDNA reads from
nanopore data."
homepage: "https://github.com/epi2me-labs/pychopper"
documentation: "https://github.com/epi2me-labs/pychopper"
tool_dev_url: "https://github.com/epi2me-labs/pychopper"
licence: ['Oxford Nanopore Technologies PLC. Public License Version 1.0']
licence: ["Oxford Nanopore Technologies PLC. Public License Version 1.0"]
identifier: ""
- "gzip":
description: "Gzip reduces the size of the named files using Lempel-Ziv coding
(LZ77)."
documentation: "https://linux.die.net/man/1/gzip"
args_id: "$args3"
identifier: ""
input:
- - meta:
type: map
Expand All @@ -33,9 +36,12 @@ output:
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- "*.fastq.gz":
type: file
description: Filtered and trimmed FastQ file
pattern: "*.{fastq.gz}"
- "*.out.fastq.gz":
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
pattern: "*.{fastq.gz}"
- versions:
- versions.yml:
Expand Down

0 comments on commit 798feac

Please sign in to comment.