nf-core/rundbcan/easycgc @ 0.0.0-6c4ed3a
Summary
CGC annotation module for the dbcan pipeline. This module is used to annotate carbohydrate-active enzymes (CAZymes) from genomic data using the dbCAN annotation tool.
Get started
Add the following snippet to your workflow script to include this module.
include { RUNDBCAN_EASYCGC } from 'nf-core/rundbcan/easycgc'
License
MIT License
Name
|
RUNDBCAN_EASYCGC |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
input_raw_data
file
|
FASTA file for protein sequences. *.{fasta,fa,faa}
|
meta2
map
|
Groovy Map containing sample information e.g. |
|---|---|
input_gff
file
|
GFF file for protein sequences. |
gff_type
string
|
Type of GFF file. Options are |
dbcan_db
directory
|
Path to the dbCAN database directory. |
|---|
cgc_gff
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}_cgc.gff
file
|
GFF file containing the CAZyme gene clusters (CGC) identified by dbCAN. This file is generated from the dbCAN annotation and contains the locations of CAZyme gene clusters in the genome. |
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
diamond_out_tc
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}_diamond.out.tc
file
|
TSV file containing the diamond output for transporter annotation. |
tf_hmm_results
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}_TF_hmm_results.tsv
file
|
TSV file containing the results of Transcription factor. |
stp_hmm_results
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}_STP_hmm_results.tsv
file
|
TSV file containing the results of signaling transduction proteins (STP) annotation. |
cgc_standard_out
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}_cgc_standard_out.tsv
file
|
Standard output file from dbCAN for CAZyme gene clusters (CGC) in a tabular format. This file summarizes the CAZyme gene clusters identified in the genome. |
dbcanhmm_results
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}_dbCAN_hmm_results.tsv
file
|
TSV file containing the detailed dbCAN HMM results for CAZyme annotation. |
dbcansub_results
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}_dbCANsub_hmm_results.tsv
file
|
TSV file containing the detailed dbCAN subfamily results for CAZyme annotation. |
cazyme_annotation
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}_overview.tsv
file
|
TSV file containing the results of dbCAN CAZyme annotation. |
dbcandiamond_results
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|