nf-core/deepbgc/pipeline @ 0.0.0-6c4ed3a
Summary
DeepBGC detects BGCs in bacterial and fungal genomes using deep learning.
Get started
Add the following snippet to your workflow script to include this module.
include { DEEPBGC_PIPELINE } from 'nf-core/deepbgc/pipeline'
License
MIT License
Name
|
DEEPBGC_PIPELINE |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
genome
file
|
FASTA/GenBank/Pfam CSV file *.{fasta,fa,fna,gbk,csv}
|
db
directory
|
Database path |
|---|
log
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test'] |
|---|---|
${prefix}/LOG.txt
file
|
Log output of DeepBGC *.{txt}
|
json
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test'] |
|---|---|
${prefix}/${prefix}.antismash.json
file
|
AntiSMASH JSON file for sideloading *.{json}
|
pr_png
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test'] |
|---|---|
${prefix}/evaluation/${prefix}.pr.png
file
|
Precision-Recall curve based on predicted per-Pfam BGC scores *.{pr.png}
|
readme
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test'] |
|---|---|
${prefix}/README.txt
file
|
txt file containing description of output files *.{txt}
|
bgc_gbk
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test'] |
|---|---|
${prefix}/${prefix}.bgc.gbk
file
|
Sequences and features of all detected BGCs in GenBank format *.{bgc.gbk}
|
bgc_png
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test'] |
|---|---|
${prefix}/evaluation/${prefix}.bgc.png
file
|
Detected BGCs plotted by their nucleotide coordinates *.{bgc.png}
|
bgc_tsv
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test'] |
|---|---|
${prefix}/${prefix}.bgc.tsv
file
|
Table of detected BGCs and their properties *.{bgc.tsv}
|
roc_png
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test'] |
|---|---|
${prefix}/evaluation/${prefix}.roc.png
file
|
ROC curve based on predicted per-Pfam BGC scores *.{roc.png}
|
full_gbk
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test'] |
|---|---|
${prefix}/${prefix}.full.gbk
file
|
Fully annotated input sequence with proteins, Pfam domains (PFAM_domain features) and BGCs (cluster features) *.{full.gbk}
|
pfam_tsv
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test'] |
|---|---|
${prefix}/${prefix}.pfam.tsv
file
|
Table of Pfam domains (pfam_id) from given sequence (sequence_id) in genomic order, with BGC detection scores *.{pfam.tsv}
|
score_png
tuple