modules/ampcombi
A tool to parse and summarise results from antimicrobial peptides tools and present functional classification.
antimicrobial peptidesampsparsingreportingalignmacrelamplifyhmmsearchneubiampirDRAMP
This module is deprecated.
Description
A tool to parse and summarise results from antimicrobial peptides tools and present functional classification.
Output
name:type
description
pattern
Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]
The output directory that contains the summary output and related alignment files for one sample.
/*
Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]
${meta.id}/*diamond_matches.txt
:fileAn alignment file containing the results from the DIAMOND alignment step done on all AMP hits.
/*/*_diamond_matches.txt
Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]
${meta.id}/*ampcombi.csv
:fileA file containing the summary report of all predicted AMP hits from all AMP tools given as input and the corresponding taxonomic and functional classification from the alignment step.
/*/*_ampcombi.csv
Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]
A fasta file containing the amino acid sequences of all predicted AMP hits.
/*/*_amp.faa
Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]
AMPcombi_summary.csv
:fileA file that concatenates all samples ampcombi summaries. This is activated with --complete_summary true.
AMPcombi_summary.csv
Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]
AMPcombi_summary.html
:fileA file that concatenates all samples ampcombi summaries. This is activated with --complete_summary true.
AMPcombi_summary.html
Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]
A log file that captures the standard output ina log file. Can be activated by --log.
*.log
Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]
amp_ref_database/
:directoryIf the AMP reference database is not provided by the user using the flag `—amp_database’, by default the DRAMP database will be downloaded, filtered and stored in this folder.
/amp_ref_database
Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]
amp_ref_database/*.dmnd
:fileAMP reference database converted to DIAMOND database format.
/amp_ref_database/*.dmnd
Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]
amp_ref_database/*.clean.fasta
:fileAMP reference database fasta file, cleaned of diamond-incompatible characters.
/amp_ref_database/*.clean.fasta
Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]
amp_ref_database/*.tsv
:fileAMP reference database in tsv-format with two columns containing header and sequence.
/amp_ref_database/*.tsv
The expression to obtain the version of the tool
Topics
name:type
description
pattern
The expression to obtain the version of the tool