mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
04dfb65335
* deepbgc_download first version * with test.yml * Apply suggestions from code review Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Apply suggestions from code review * delete trailing whitespace main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
34 lines
889 B
YAML
34 lines
889 B
YAML
name: "deepbgc_download"
|
|
description: database to detect BGCs in bacterial and fungal genomes using deep learning
|
|
keywords:
|
|
- database
|
|
- download
|
|
- BGC
|
|
- Biosynthetic Gene Cluster
|
|
- deep learning
|
|
- neural network
|
|
- random forrest
|
|
- genomes
|
|
- bacteria
|
|
- fungi
|
|
tools:
|
|
- "deepbgc":
|
|
description: "DeepBGC - Biosynthetic Gene Cluster detection and classification"
|
|
homepage: "https://github.com/Merck/deepbgc"
|
|
documentation: "https://github.com/Merck/deepbgc"
|
|
tool_dev_url: "https://github.com/Merck/deepbgc"
|
|
doi: "10.1093/nar/gkz654"
|
|
licence: "['MIT']"
|
|
|
|
output:
|
|
- versions:
|
|
type: file
|
|
description: File containing software versions
|
|
pattern: "versions.yml"
|
|
- deepbgc_db:
|
|
type: directory
|
|
description: contains files of reference db from 'deepbgc download'
|
|
pattern: "*db"
|
|
|
|
authors:
|
|
- "@louperelo"
|