nf-core_modules/modules/lima/meta.yml
Matthias Hörtenhuber e745e167c1
Fix formatting in yaml files, add yamllint config (#1279)
* fix yml formatting

* allow fastq.gz and fq.gz as file input, add meta.yml and test

* fix yaml files

* Revert "allow fastq.gz and fq.gz as file input, add meta.yml and test"

This reverts commit 34002d7a7a8c7f7bb4600c3377f35c87849f71a4.

* prettier magic!

* fix comments for yamllint

* remove node version number

* fix linting errors

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2022-02-15 11:15:27 +00:00

77 lines
2.2 KiB
YAML

name: lima
description: lima - The PacBio Barcode Demultiplexer and Primer Remover
keywords:
- sort
tools:
- lima:
description: lima - The PacBio Barcode Demultiplexer and Primer Remover
homepage: https://github.com/PacificBiosciences/pbbioconda
documentation: https://lima.how/
tool_dev_url: https://github.com/pacificbiosciences/barcoding/
doi: ""
licence: ["BSD-3-Clause-Clear"]
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test' ]
- ccs:
type: file
description: A BAM or fasta or fasta.gz or fastq or fastq.gz file of subreads or ccs
pattern: "*.{bam,fasta,fasta.gz,fastq,fastq.gz}"
- primers:
type: file
description: Fasta file, sequences of primers
pattern: "*.fasta"
output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test' ]
- bam:
type: file
description: A bam file of ccs purged of primers
pattern: "*.bam"
- pbi:
type: file
description: Pacbio index file of ccs purged of primers
pattern: "*.bam"
- xml:
type: file
description: An XML file representing a set of a particular sequence data type such as subreads, references or aligned subreads.
pattern: "*.xml"
- json:
type: file
description: A metadata json file
pattern: "*.json"
- clips:
type: file
description: A fasta file of clipped primers
pattern: "*.clips"
- counts:
type: file
description: A tabulated file of describing pairs of primers
pattern: "*.counts"
- guess:
type: file
description: A second tabulated file of describing pairs of primers (no doc available)
pattern: "*.guess"
- report:
type: file
description: A tab-separated file about each ZMW, unfiltered
pattern: "*.report"
- summary:
type: file
description: This file shows how many ZMWs have been filtered, how ZMWs many are same/different, and how many reads have been filtered.
pattern: "*.summary"
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
authors:
- "@sguizard"