nf-core_modules/modules/plasmidid/meta.yml
Harshil Patel e937c7950a
Rename software/ directory to modules/ to re-organise module structure (#567)
* Update README

* Rename pytest_software.yml to pytest_modules.yml

* Rename main software directory to modules

* Remove deprecated modules

* Rename tests software to modules

* Replace paths for tests in pytest_modules.yml

* Replace software with modules in Github Actions

* Replace software with modules in main.nf tests

* Rename software to modules in test.yml
2021-07-07 10:10:18 +01:00

76 lines
2 KiB
YAML

name: plasmidid
description: assembles bacterial plasmids
keywords:
- assembly
- plasmid
- bacterial
tools:
- plasmidid:
description: Pipeline for plasmid identification and reconstruction
homepage: https://github.com/BU-ISCIII/plasmidID/wiki
documentation: https://github.com/BU-ISCIII/plasmidID#readme
tool_dev_url: https://github.com/BU-ISCIII/plasmidID
doi: ""
licence: ['GPL v3']
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- scaffold:
type: file
description: |
Fasta file containing scaffold
- fasta:
type: file
description: FASTA reference file
pattern: "*.{fasta,fa}"
output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- html:
type: file
description: html file with results rendered
pattern: "*.{html}"
- tab:
type: file
description: Results in a tabular file
pattern: "*.{tab}"
- images:
type: directory
description: Directory containing the images produced by plasmidid
pattern: "images"
- logs:
type: directory
description: Directory containing the logs produced by plasmidid
pattern: "logs"
- data:
type: directory
description: Directory containing the data produced by plasmidid
pattern: "data"
- database:
type: directory
description: Directory containing the database produced by plasmidid
pattern: "database"
- fasta_files:
type: directory
description: Directory containing the fasta files produced by plasmidid
pattern: "fasta_files"
- kmer:
type: directory
description: Directory containing the kmer files produced by plasmidid
pattern: "database"
- version:
type: file
description: File containing software version
pattern: "*.{version.txt}"
authors:
- "@joseespinosa"
- "@drpatelh"