Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mberacochea committed Oct 18, 2024
1 parent 6ed75b3 commit dba2496
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 33 deletions.
1 change: 0 additions & 1 deletion modules/ebi-metagenomics/taxonkit/reformat/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
name: "taxonkit_reformat"
channels:
- conda-forge
- bioconda
Expand Down
58 changes: 27 additions & 31 deletions modules/ebi-metagenomics/taxonkit/reformat/meta.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/meta-schema.json
name: "taxonkit_reformat"
description: Reformat lineage in canonical ranks
Expand All @@ -15,40 +14,37 @@ tools:
tool_dev_url: "https://github.com/shenwei356/taxonkit"
doi: "10.1016/j.jgg.2021.03.006"
licence: ["MIT"]
identifier: biotools:taxonkit

input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. `[ id:'sample1', single_end:false ]`
- tsv:
type: file
description: Input TSV file
pattern: "*.{tsv,tsv.gz}"

- taxdb:
type: file
description: Taxonomy database unpacked from ftp://ftp.ncbi.nih.gov/pub/taxonomy/taxdump.tar.gz

- - meta:
type: map
description: |
Groovy Map containing sample information
e.g. `[ id:'sample1', single_end:false ]`
- tsv:
type: file
description: Input TSV file
pattern: "*.{tsv,tsv.gz}"
- - taxdb:
type: file
description: Taxonomy database unpacked from ftp://ftp.ncbi.nih.gov/pub/taxonomy/taxdump.tar.gz
output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. `[ id:'sample1', single_end:false ]`
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"

- reformat_tsv:
type: file
description: Reformated output TSV file
pattern: "*.{tsv}"

- meta:
type: map
description: |
Groovy Map containing sample information
e.g. `[ id:'sample1', single_end:false ]`
- "*.tsv":
type: file
description: Reformated output TSV file
pattern: "*.{tsv}"
- versions:
- versions.yml:
type: file
description: File containing software versions
pattern: "versions.yml"
authors:
- "@arajkovic"
maintainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nextflow_process {
process "TAXONKIT_REFORMAT"

tag "modules"
tag "modules_nfcore"
tag "modules_ebimetagenomics"
tag "taxonkit"
tag "taxonkit/reformat"

Expand Down

0 comments on commit dba2496

Please sign in to comment.