annotate vibrant.xml @ 2:e087d0bccff4 draft default tip

planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 9cdc0038a53dff0749a3da0a28b7f373617f994b
author ufz
date Mon, 12 May 2025 13:57:51 +0000
parents 4883d709b470
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
1 <tool id="vibrant" name="VIBRANT" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01" license="MIT">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
2 <description></description>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
3 <macros>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
4 <token name="@TOOL_VERSION@">1.2.1</token>
2
e087d0bccff4 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 9cdc0038a53dff0749a3da0a28b7f373617f994b
ufz
parents: 1
diff changeset
5 <token name="@VERSION_SUFFIX@">2</token>
0
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
6 </macros>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
7 <xrefs>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
8 <xref type="bio.tools">VIBRANT</xref>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
9 </xrefs>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
10 <requirements>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
11 <requirement type="package" version="@TOOL_VERSION@">vibrant</requirement>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
12 </requirements>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
13 <command detect_errors="exit_code"><![CDATA[
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
14 ## link input in order to have a predictable output name
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
15 ln -s '$input' 'input.fas' &&
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
16
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
17 VIBRANT_run.py
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
18 -i 'input.fas'
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
19 $protein
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
20 -d '${database.fields.path}/databases/'
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
21 -m '${database.fields.path}/files/'
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
22 -l $l
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
23 -o $o
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
24 $virome
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
25 -t "\${GALAXY_SLOTS:-1}"
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
26 ]]></command>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
27 <inputs>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
28 <param argument="-i" name="input" type="data" format="fasta" label="Input FASTA file"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
29 <param argument="-f" name="protein" type="boolean" truevalue="-f prot" falsevalue="-f nucl" checked="false" label="Input is protein" help="By default nucleotide sequence is assumed"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
30 <param argument="-d" name="database" type="select" label="Reference data">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
31 <options from_data_table="vibrant"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
32 </param>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
33 <param argument="-l" type="integer" value="1000" min="1000" label="Minumum scaffold length" help="VIBRANT will only consider scaffolds greater than or equal to this value"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
34 <param argument="-o" type="integer" value="4" min="4" label="Minumum number of ORFs" help="VIBRANT will only consider scaffolds with at least this number of ORFs"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
35 <param argument="-virome" type="boolean" truevalue="--virome" falsevalue="" checked="false" label="Input is virome" help="This flag should be used cautiously. This will edit VIBRANT's sensitivity if the input dataset is a virome and not mixed metagenome. That is, if you expect the vast majority of your input scaffolds to be viruses then -virome can be used to remove obvious non-viral scaffolds. This will have no effect on runtime."/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
36 <param name="outputs" type="select" multiple="true" optional="false" label="Outputs" help="Outputs marked with \* are not available for protein input. ">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
37 <option value="log_run">Run log file</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
38 <option value="figures" selected="true">Figures</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
39 <option value="phages_circular_fna">Circular virus genomes *</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
40 <option value="phages_combined_faa">Virus encoded proteins</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
41 <option value="phages_combined_ffn">Virus encoded genes *</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
42 <option value="phages_combined_fna" selected="true">All virus genomes (fasta) *</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
43 <option value="phages_combined_gbk" selected="true">All virus genomes (genbank) *</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
44 <option value="phages_combined_txt" selected="true">All virus genome names</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
45 <option value="phages_lysogenic_faa">Lysogenic virus encoded proteins</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
46 <option value="phages_lysogenic_ffn">Lysogenic virus encoded genes *</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
47 <option value="phages_lysogenic_fna">Lysogenic virus genomes (fasta) *</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
48 <option value="phages_lytic_faa">Lytic virus encoded proteins</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
49 <option value="phages_lytic_ffn">Lytic virus encoded genes *</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
50 <option value="phages_lytic_fna">Lytic virus genomes (fasta) *</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
51 <option value="AMG_counts">All predicted virus AMGs</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
52 <option value="AMG_individuals">Individual predicted virus AMGs by protein and its respective genome</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
53 <option value="AMG_pathways">Summary of the present KEGG metabolic pathways corresponding to virus AMGs</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
54 <option value="annotations">Annotations and associated information for KEGG, Pfam and VOG</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
55 <option value="complete_circular">Virus genomes that were predicted to be circular and therefore complete genomes *</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
56 <option value="figure_PCA">Scaffold coordinatesfor each viral scaffold on the PCA plot</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
57 <option value="genbank_table">Single annotation used for all predicted virus proteins</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
58 <option value="genome_quality">Predicted genome quality and type</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
59 <option value="integrated_prophage_coordinates">Scaffold/genome coordinate information of each integrated provirus that was excised from a host scaffold</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
60 <option value="machine">Summary of predictions made by the neural network machine learning classifier.</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
61 <option value="summary_normalized">Complete annotation normalized summary metrics for each predicted virus genome</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
62 <option value="summary_results">Complete annotation summary metrics for each predicted virus genome</option>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
63 </param>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
64 </inputs>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
65 <outputs>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
66 <data name="log_run" format="txt" from_work_dir="VIBRANT_log_run_input.log" label="${tool.name} on ${on_string}: Run log file">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
67 <filter>"log_run" in outputs</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
68 </data>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
69 <collection name="figures" type="list" format="pdf" label="${tool.name} on ${on_string}: Figures">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
70 <discover_datasets directory="VIBRANT_input/VIBRANT_figures_input" pattern="VIBRANT_figure_(?P&lt;designation&gt;.*)_input\.pdf"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
71 <filter>"figures" in outputs and not protein</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
72 </collection>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
73 <!-- files form VIBRANT_phages_input FASTA and associated files for predicted viruses. -->
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
74 <data name="phages_circular_fna" format="fasta" from_work_dir="VIBRANT_input/VIBRANT_phages_input/input.phages_circular.fna" label="${tool.name} on ${on_string}: Circular virus genomes">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
75 <filter>"phages_circular_fna" in outputs and not protein</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
76 </data>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
77 <data name="phages_combined_faa" format="fasta" from_work_dir="VIBRANT_input/VIBRANT_phages_input/input.phages_combined.faa" label="${tool.name} on ${on_string}: Virus encoded proteins">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
78 <filter>"phages_combined_faa" in outputs</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
79 </data>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
80 <data name="phages_combined_ffn" format="fasta" from_work_dir="VIBRANT_input/VIBRANT_phages_input/input.phages_combined.ffn" label="${tool.name} on ${on_string}: Virus encoded genes">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
81 <filter>"phages_combined_ffn" in outputs and not protein</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
82 </data>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
83 <data name="phages_combined_fna" format="fasta" from_work_dir="VIBRANT_input/VIBRANT_phages_input/input.phages_combined.fna" label="${tool.name} on ${on_string}: Virus genomes">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
84 <filter>"phages_combined_fna" in outputs and not protein</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
85 </data>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
86 <data name="phages_combined_gbk" format="genbank" from_work_dir="VIBRANT_input/VIBRANT_phages_input/input.phages_combined.gbk" label="${tool.name} on ${on_string}: Virus genomes genbank">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
87 <filter>"phages_combined_gbk" in outputs and not protein</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
88 </data>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
89 <data name="phages_combined_txt" format="txt" from_work_dir="VIBRANT_input/VIBRANT_phages_input/input.phages_combined.txt" label="${tool.name} on ${on_string}: Virus genome names">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
90 <filter>"phages_combined_txt" in outputs</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
91 </data>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
92 <data name="phages_lysogenic_faa" format="txt" from_work_dir="VIBRANT_input/VIBRANT_phages_input/input.phages_lysogenic.faa" label="${tool.name} on ${on_string}: Lysogenic virus encoded proteins">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
93 <filter>"phages_lysogenic_faa" in outputs</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
94 </data>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
95 <data name="phages_lysogenic_ffn" format="txt" from_work_dir="VIBRANT_input/VIBRANT_phages_input/input.phages_lysogenic.ffn" label="${tool.name} on ${on_string}: Lysogenic virus encoded genes">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
96 <filter>"phages_lysogenic_ffn" in outputs and not protein</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
97 </data>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
98 <data name="phages_lysogenic_fna" format="txt" from_work_dir="VIBRANT_input/VIBRANT_phages_input/input.phages_lysogenic.fna" label="${tool.name} on ${on_string}: Lysogenic virus genomes">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
99 <filter>"phages_lysogenic_fna" in outputs and not protein</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
100 </data>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
101 <data name="phages_lytic_faa" format="txt" from_work_dir="VIBRANT_input/VIBRANT_phages_input/input.phages_lytic.faa" label="${tool.name} on ${on_string}: Lytic virus encoded proteins">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
102 <filter>"phages_lytic_faa" in outputs</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
103 </data>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
104 <data name="phages_lytic_ffn" format="txt" from_work_dir="VIBRANT_input/VIBRANT_phages_input/input.phages_lytic.ffn" label="${tool.name} on ${on_string}: Lytic virus encoded genes">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
105 <filter>"phages_lytic_ffn" in outputs and not protein</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
106 </data>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
107 <data name="phages_lytic_fna" format="txt" from_work_dir="VIBRANT_input/VIBRANT_phages_input/input.phages_lytic.fna" label="${tool.name} on ${on_string}: Lytic virus genomes">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
108 <filter>"phages_lytic_fna" in outputs and not protein</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
109 </data>
2
e087d0bccff4 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 9cdc0038a53dff0749a3da0a28b7f373617f994b
ufz
parents: 1
diff changeset
110 <data name="AMG_counts" format="tabular" from_work_dir="VIBRANT_input/VIBRANT_results_input/VIBRANT_AMG_counts_input.tsv" label="${tool.name} on ${on_string}: Predicted virus AMGs">
0
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
111 <filter>"AMG_counts" in outputs</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
112 </data>
2
e087d0bccff4 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 9cdc0038a53dff0749a3da0a28b7f373617f994b
ufz
parents: 1
diff changeset
113 <data name="AMG_individuals" format="tabular" from_work_dir="VIBRANT_input/VIBRANT_results_input/VIBRANT_AMG_individuals_input.tsv" label="${tool.name} on ${on_string}: Individual predicted virus AMGs">
0
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
114 <filter>"AMG_individuals" in outputs</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
115 </data>
2
e087d0bccff4 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 9cdc0038a53dff0749a3da0a28b7f373617f994b
ufz
parents: 1
diff changeset
116 <data name="AMG_pathways" format="tabular" from_work_dir="VIBRANT_input/VIBRANT_results_input/VIBRANT_AMG_pathways_input.tsv" label="${tool.name} on ${on_string}: KEGG metabolic pathways corresponding to virus AMGs">
0
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
117 <filter>"AMG_pathways" in outputs</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
118 </data>
2
e087d0bccff4 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 9cdc0038a53dff0749a3da0a28b7f373617f994b
ufz
parents: 1
diff changeset
119 <data name="annotations" format="tabular" from_work_dir="VIBRANT_input/VIBRANT_results_input/VIBRANT_annotations_input.tsv" label="${tool.name} on ${on_string}: Annotations for KEGG, Pfam and VOG">
0
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
120 <filter>"annotations" in outputs</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
121 </data>
2
e087d0bccff4 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 9cdc0038a53dff0749a3da0a28b7f373617f994b
ufz
parents: 1
diff changeset
122 <data name="complete_circular" format="tabular" from_work_dir="VIBRANT_input/VIBRANT_results_input/VIBRANT_complete_circular_input.tsv" label="${tool.name} on ${on_string}: Complete circular genomes ">
0
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
123 <filter>"complete_circular" in outputs and not protein</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
124 </data>
2
e087d0bccff4 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 9cdc0038a53dff0749a3da0a28b7f373617f994b
ufz
parents: 1
diff changeset
125 <data name="figure_PCA" format="tabular" from_work_dir="VIBRANT_input/VIBRANT_results_input/VIBRANT_figure_PCA_input.tsv" label="${tool.name} on ${on_string}: Scaffold coordinates on the PCA plot">
0
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
126 <filter>"figure_PCA" in outputs</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
127 </data>
2
e087d0bccff4 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 9cdc0038a53dff0749a3da0a28b7f373617f994b
ufz
parents: 1
diff changeset
128 <data name="genbank_table" format="tabular" from_work_dir="VIBRANT_input/VIBRANT_results_input/VIBRANT_genbank_table_input.tsv" label="${tool.name} on ${on_string}: Single annotation used for all predicted virus proteins">
0
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
129 <filter>"genbank_table" in outputs</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
130 </data>
2
e087d0bccff4 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 9cdc0038a53dff0749a3da0a28b7f373617f994b
ufz
parents: 1
diff changeset
131 <data name="genome_quality" format="tabular" from_work_dir="VIBRANT_input/VIBRANT_results_input/VIBRANT_genome_quality_input.tsv" label="${tool.name} on ${on_string}: Predicted genome quality and type">
0
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
132 <filter>"genome_quality" in outputs</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
133 </data>
2
e087d0bccff4 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 9cdc0038a53dff0749a3da0a28b7f373617f994b
ufz
parents: 1
diff changeset
134 <data name="integrated_prophage_coordinates" format="tabular" from_work_dir="VIBRANT_input/VIBRANT_results_input/VIBRANT_integrated_prophage_coordinates_input.tsv" label="${tool.name} on ${on_string}: Coordinates of integrated provirus">
0
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
135 <filter>"integrated_prophage_coordinates" in outputs</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
136 </data>
2
e087d0bccff4 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 9cdc0038a53dff0749a3da0a28b7f373617f994b
ufz
parents: 1
diff changeset
137 <data name="machine" format="tabular" from_work_dir="VIBRANT_input/VIBRANT_results_input/VIBRANT_machine_input.tsv" label="${tool.name} on ${on_string}: Predictions of the neural network classifier">
0
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
138 <filter>"machine" in outputs</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
139 </data>
2
e087d0bccff4 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 9cdc0038a53dff0749a3da0a28b7f373617f994b
ufz
parents: 1
diff changeset
140 <data name="summary_normalized" format="tabular" from_work_dir="VIBRANT_input/VIBRANT_results_input/VIBRANT_summary_normalized_input.tsv" label="${tool.name} on ${on_string}: Normalized summary metrics">
0
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
141 <filter>"summary_normalized" in outputs</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
142 </data>
2
e087d0bccff4 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 9cdc0038a53dff0749a3da0a28b7f373617f994b
ufz
parents: 1
diff changeset
143 <data name="summary_results" format="tabular" from_work_dir="VIBRANT_input/VIBRANT_results_input/VIBRANT_summary_results_input.tsv" label="${tool.name} on ${on_string}: Summary metrics">
0
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
144 <filter>"summary_results" in outputs</filter>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
145 </data>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
146 <!-- files from VIBRANT_results_input. Folder containing useful tab-delimited files -->
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
147 <!--
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
148 ├── input.prodigal.faa Prodigal predicted proteins for all input scaffolds.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
149 ├── input.prodigal.ffn genes for all input scaffolds
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
150 ├── input.prodigal.gff gff file for all input scaffolds
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
151 ├── VIBRANT_figures_input Folder containing PDF figures summarizing outputs
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
152 │   ├── VIBRANT_figure_pathways_input.pdf Graphical summary (bar plot) of KEGG pathways for identified viral AMG
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
153 │   ├── VIBRANT_figure_PCA_input.pdf PCA plot summarizing predicted viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
154 │   ├── VIBRANT_figure_phages_input.pdf Graphical summary (nested bubble plot) for ratio of total input scaffolds (outside), number of scaffolds that were greater than or equal to minimum size restrictions (middle), and number of identified viruses (inside). Must have at least 10 input sequences for this file to be present. The represented numbers can be found in the run log file (#20)
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
155 │   ├── VIBRANT_figure_quality_input.pdf Graphical summary (bar plot) of number of viruses per genome quality category
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
156 │   └── VIBRANT_figure_sizes_input.pdf Graphical summary (histogram) of genome sizes of identified viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
157 ├── VIBRANT_HMM_tables_parsed_input Folder containing parsed HMM table raw outputs. Any one of the contained files may be empty. This folder is likely not of use but contains non-redundant annotation information. Contains both virus and non-virus annotation
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
158 │   ├── input.KEGG_hmmtbl_parse.tsv KEGG parsed HMM table raw outputs.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
159 │   ├── input.Pfam_hmmtbl_parse.tsv Pfam parsed HMM table raw outputs
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
160 │   └── input.VOG_hmmtbl_parse.tsv VOG parsed HMM table raw outputs
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
161 ├── VIBRANT_HMM_tables_unformatted_input Folder containing non-parsed (unformatted) HMM complete raw outputs. Any one of the contained files may be empty. This folder is likely not of use but contains complete annotation information. Contains both virus and non-virus annotations:
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
162 │   ├── input_unformatted_KEGG.hmmtbl
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
163 │   ├── input_unformatted_Pfam.hmmtbl
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
164 │   └── input_unformatted_VOG.hmmtbl
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
165 ├── VIBRANT_log_annotation_input.log Annotation log file. This log will be empty unless an error was encountered during the annotation component of VIBRANT
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
166 ├── VIBRANT_log_run_input.log Run log file. Contains information about the command used, the total runtime, date of run, version of VIBRANT, and summary of values used in file #8. This log file is more of a run and output summary file, though in the event of an error the message will be displayed in this log file
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
167 ├── VIBRANT_phages_input Folder containing FASTA and associated files for predicted viruses. Any one of the contained files may be empty if no viruses fit the criteria. Lysogenic viruses are determined by any virus scaffold excised from a larger scaffold or any that encodes an integrase. Lytic viruses are all others. For identified viruse
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
168 │   ├── input.phages_circular.fna All virus genomes identified as circular.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
169 │   ├── input.phages_combined.faa All virus encoded proteins.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
170 │   ├── input.phages_combined.ffn All virus encoded genes
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
171 │   ├── input.phages_combined.fna All virus genomes
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
172 │   ├── input.phages_combined.gbk All virus genomes GenBank format file for .
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
173 │   ├── input.phages_combined.txt List of names (FASTA definition lines) for all virus genomes.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
174 │   ├── input.phages_lysogenic.faa Virus encoded proteins for predicted lysogenic viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
175 │   ├── input.phages_lysogenic.ffn Virus encoded genes for predicted lysogenic viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
176 │   ├── input.phages_lysogenic.fna Virus genomes for predicted lysogenic viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
177 │   ├── input.phages_lytic.faa Virus encoded proteins for predicted lytic viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
178 │   ├── input.phages_lytic.ffn Virus encoded genes for predicted lytic viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
179 │   └── input.phages_lytic.fna Virus genomes for predicted lytic viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
180 └── VIBRANT_results_input Folder containing useful tab-delimited files for predicted viruses.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
181 ├── VIBRANT_AMG_counts_input.tsv List of all predicted virus AMGs (by KEGG KO) and the total number of each. Summary of file VIBRANT_AMG_individuals_input
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
182 ├── VIBRANT_AMG_individuals_input.tsv List of individual predicted virus AMGs by protein and its respective genome. AMGs are determined by KEGG annotation but Pfam annotation is also given if applicable.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
183 ├── VIBRANT_AMG_pathways_input.tsv List summarizing the present KEGG metabolic pathways (by KEGG map entry) corresponding to virus AMGs.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
184 ├── VIBRANT_annotations_input.tsv 38 Complete list of annotations and associated information for KEGG, Pfam and VOG for all predicted viruses.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
185 ├── VIBRANT_complete_circular_input.tsv 39 Virus genomes that were predicted to be circular and therefore complete genomes.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
186 ├── VIBRANT_figure_PCA_input.tsv 40 Coordinate information for each viral scaffold on the PCA plot
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
187 ├── VIBRANT_genbank_table_input.tsv 41 List of the single annotation used for all predicted virus proteins. Annotations are chosen based on best score hit.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
188 ├── VIBRANT_genome_quality_input.tsv 42 List summarizing the predicted genome quality and type (lytic/lysogenic) for all predicted viruses.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
189 ├── VIBRANT_integrated_prophage_coordinates_input.tsv 43 Scaffold/genome coordinate information of each integrated provirus that was excised from a host scaffold.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
190 ├── VIBRANT_machine_input.tsv 44 List summarizing predictions made by the neural network machine learning classifier.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
191 ├── VIBRANT_summary_normalized_input.tsv 45 Normalized version of file VIBRANT_summary_results_input
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
192 └── VIBRANT_summary_results_input.tsv 46 List of complete annotation summary metrics for each predicted virus genome. -->
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
193 </outputs>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
194 <tests>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
195 <!-- Tests for vibrant are commented. To run them
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
196 - uncomment test
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
197 - download-db.sh tools/vibrant/test-data/db/ -->
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
198 <!-- <test expect_num_outputs="4">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
199 <param name="input" value="mixed_example.fasta"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
200 <param name="database" value="test"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
201 <output_collection name="figures" count="5"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
202 <output name="phages_combined_fna">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
203 <assert_contents>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
204 <has_text text=">" n="4"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
205 <has_n_lines n="8"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
206 </assert_contents>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
207 </output>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
208 <output name="phages_combined_txt">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
209 <assert_contents>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
210 <has_n_lines n="4"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
211 </assert_contents>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
212 </output>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
213 <output name="phages_combined_gbk">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
214 <assert_contents>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
215 <has_line line="//" n="3"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
216 </assert_contents>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
217 </output>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
218 </test>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
219 <test expect_num_outputs="25">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
220 <param name="input" value="mixed_example.fasta"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
221 <param name="database" value="test"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
222 <param name="outputs" value="figures,phages_circular_fna,phages_combined_faa,phages_combined_ffn,phages_combined_fna,phages_combined_gbk,phages_combined_txt,phages_lysogenic_faa,phages_lysogenic_ffn,phages_lysogenic_fna,phages_lytic_faa,phages_lytic_ffn,phages_lytic_fna,AMG_counts,AMG_individuals,AMG_pathways,annotations,complete_circular,figure_PCA,genbank_table,genome_quality,integrated_prophage_coordinates,machine,summary_normalized,summary_results"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
223 <output_collection name="figures" count="5"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
224 <output name="phages_combined_fna">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
225 <assert_contents>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
226 <has_text text=">" n="4"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
227 <has_n_lines n="8"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
228 </assert_contents>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
229 </output>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
230 <output name="phages_combined_txt">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
231 <assert_contents>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
232 <has_n_lines n="4"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
233 </assert_contents>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
234 </output>
1
4883d709b470 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit b4b2e3d4bfdb4f4db027f7131e83fa3a6e65aca2
ufz
parents: 0
diff changeset
235 <output name="annotations">
4883d709b470 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit b4b2e3d4bfdb4f4db027f7131e83fa3a6e65aca2
ufz
parents: 0
diff changeset
236 <assert_contents>
4883d709b470 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit b4b2e3d4bfdb4f4db027f7131e83fa3a6e65aca2
ufz
parents: 0
diff changeset
237 <has_n_lines n="146"/>
4883d709b470 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit b4b2e3d4bfdb4f4db027f7131e83fa3a6e65aca2
ufz
parents: 0
diff changeset
238 </assert_contents>
4883d709b470 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit b4b2e3d4bfdb4f4db027f7131e83fa3a6e65aca2
ufz
parents: 0
diff changeset
239 </output>
0
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
240 <output name="phages_combined_gbk">
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
241 <assert_contents>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
242 <has_line line="//" n="3"/>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
243 </assert_contents>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
244 </output>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
245 </test> -->
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
246 </tests>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
247 <help><![CDATA[
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
248
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
249 .. class:: infomark
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
250
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
251 **What it does**
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
252
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
253 VIBRANT is a tool for automated recovery and annotation of bacterial and
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
254 archaeal viruses, determination of genome completeness, and characterization of
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
255 viral community function from metagenomic assemblies. VIBRANT uses neural
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
256 networks of protein annotation signatures and genomic features to maximize
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
257 identification of highly diverse partial or complete viral genomes as well as
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
258 excise integrated proviruses.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
259
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
260 - Uses neural network machine learning of protein annotation signatures
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
261 - Asigns novel 'v-score' for determining the virus-like nature of all annotations
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
262 - Determines genome completeness
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
263 - Characterizes viral community function by metabolic analysis
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
264 - Identifies auxiliary metabolic genes (AMGs)
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
265 - Excises integrated viral genomes from host scaffolds
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
266 - Performs well in diverse environments
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
267 - Recovers novel and abundant viral genomes
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
268 - Built for dsDNA, ssDNA and RNA viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
269
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
270 VIBRANT uses three databases for identifying viruses and characterizing virome metabolic potential:
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
271
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
272 - KEGG (March release): https://www.genome.jp/kegg/ (FTP: ftp://ftp.genome.jp/pub/db/kofam/archives/2019-03-20/)
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
273 - Pfam (v32): https://www.ebi.ac.uk/interpro/ (FTP: ftp://ftp.ebi.ac.uk/pub/databases/Pfam/releases/Pfam32.0/)
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
274 - VOG (release 94): http://vogdb.org/ (FTP: http://fileshare.csb.univie.ac.at/vog/vog94/)
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
275
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
276 Usage
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
277 .....
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
278
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
279 **Input**
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
280
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
281 FASTA formated nucleotide or amino acid sequences. Note that for amino acid
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
282 input *Input is protein* needs to be checked.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
283
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
284 **Output**
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
285
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
286 Run log file: Contains information about the command used, the total runtime,
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
287 date of run, version of VIBRANT, and summary of values used in the figure
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
288 dataset *phages*. This log file is more of a run and output summary dataset, though
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
289 in the event of an error the message will be displayed in this log dataset.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
290
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
291 Figures:
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
292
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
293 - pathways: bar plot of KEGG pathways for identified viral AMGs
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
294 - PCA: principal component analysis of predicted viruses, contains information
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
295 on quality, lifestyle, circular/linear, size and general relationships of viral
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
296 scaffolds. A PCA plot will only be generated if at least 3 viral scaffolds are
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
297 identified. Based on the *Normalized summary metrics* output dataset and
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
298 *Scaffold coordinates on the PCA plot* provides coordinate information for each
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
299 scaffold.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
300 - phages: Nested bubble plot for ratio of total input scaffolds (outside),
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
301 number of scaffolds that were greater than or equal to minimum size restrictions
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
302 (middle), and number of identified viruses (inside). Must have at least 10 input
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
303 sequences for this file to be present. The represented numbers can be found in
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
304 the *run log file*.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
305 - quality: bar plot of number of viruses per genome quality category. Possible
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
306 x-axis categories are high, medium and low quality draft, and complete
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
307 circular. Any category may not be present if no viruses were identified for that
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
308 category.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
309 - sizes: histogram of genome sizes of identified viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
310
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
311 FASTA and associated files for predicted viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
312
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
313 - Circular virus genomes: All virus genomes identified as circular
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
314 - Virus encoded protein: All virus encoded proteins. Note: any lysogenic virus
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
315 that has been excised from a host scaffold will have the term "fragment" and a
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
316 number appended to the original name to indicate that it does not represent the
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
317 entire scaffold. This file () will contain only the excised fragment.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
318 - Virus encoded genes: All virus encoded genes
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
319 - Virus genomes: All virus genomes
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
320 - Virus genomes genbank: GenBank format file for all virus genomes
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
321 - Virus genome names: List of names (FASTA definition lines) for all virus
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
322 genomes. Note: This file may not entirely match the original input sequence
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
323 names due to fragmentation of scaffolds.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
324 - Lysogenic/Lytic virus encoded proteins: Virus encoded proteins for predicted lysogenic/lytic viruses (subset of the above datasets).
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
325 - Lysogenic/Lytic virus encoded gene: Virus encoded genes for predicted lysogenic/lytic viruses (subset of the above datasets).
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
326 - Lysogenic/Lytic virus genomes: Virus genomes for predicted lysogenic/lytic viruses (subset of the above datasets).
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
327
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
328 Useful tab-delimited files for predicted viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
329
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
330 - Predicted virus AMGs: List of all predicted virus AMGs (by KEGG KO) and the
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
331 total number of each. Summary of file *Individual predicted virus AMGs*. File
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
332 may be empty.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
333 - Individual predicted virus AMGs: List of individual predicted virus AMGs by
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
334 protein and its respective genome. AMGs are determined by KEGG annotation but
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
335 Pfam annotation is also given if applicable. See file *Predicted virus AMGs* for
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
336 summary. File may be empty.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
337 - KEGG metabolic pathways corresponding to virus AMGs: List summarizing the
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
338 present KEGG metabolic pathways (by KEGG map entry) corresponding to virus AMGs.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
339 See dataset *Individual predicted virus AMGs* for individual AMGs. File may be
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
340 empty. See this link for detailed information regarding KEGG metabolic pathways:
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
341 https://www.genome.jp/kegg/pathway.html.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
342 - Annotations for KEGG, Pfam and VOG: Complete list of annotations and
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
343 associated information for KEGG, Pfam and VOG for all predicted viruses.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
344
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
345 - Blank rows indicate proteins that were not given an annotation.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
346 - Annotation names can be found in columns KO/KO name, Pfam/Pfam name and VOG/VOG name.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
347 - Column AMG will indicate if the annotation was considered an AMG or not (blank).
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
348 - Columns for evalue and score refer to the annotation confidences generated
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
349 by HMMsearch. Evalues are provided, but scores are used as the cutoff for
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
350 annotations (must have a score of at least 40).
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
351 - Columns for v-score refer to the VIBRANT-specific virus-like score
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
352 associated with each KO, Pfam and VOG. Briefly: scores of
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
353
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
354 - 0 indicate very low or no relatedness to viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
355 - 0.01 - 0.1 indicates low relatedness;
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
356 - 0.1 - 1 indicates moderate relatedness;
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
357 - 1 - 5 indicates significant relatedness;
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
358 - 5 - 10 indicates substantial relatedness;
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
359 - 10 (max) for most cases indicates viral hallmark genes
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
360
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
361 - Complete circular genomes: Virus genomes that were predicted to be circular
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
362 and therefore complete genomes. File may be empty. Circularization is determined
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
363 by a kmer-based search between each end of the viral predicted genome. There
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
364 must be at least a 20bp identical match.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
365 - Scaffold coordinates on the PCA plot: Coordinate information for each viral scaffold on the PCA plot
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
366 - Single annotation used for all predicted virus proteins: List of the single
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
367 annotation used for all predicted virus proteins. Annotations are chosen based
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
368 on best score hit. This dataset is used to generate dataset *Virus genomes*
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
369 - Predicted genome quality and type: List summarizing the predicted genome
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
370 quality and type (lytic/lysogenic) for all predicted viruses. Qualities may be
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
371 fragment, low, medium or high quality draft. Complete circular genomes, if
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
372 applicable, are listed at the end and are redundant. That is, any complete
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
373 circular genome will also be given a quality.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
374 - Coordinates of integrated provirus: Scaffold/genome coordinate information of
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
375 each integrated provirus that was excised from a host scaffold. This dataset
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
376 provides the location of the putative provirus by both protein and nucleotide
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
377 coordinates. All viral scaffolds are respective of those with "fragment\_" in the
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
378 name.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
379 - Predictions of the neural network classifier: List summarizing predictions
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
380 made by the neural network machine learning classifier. Will contain both viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
381 and nonviruses. This dataset is likely not of use but can be informative for
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
382 checking outputs. There are curation steps following the classiifer to validate
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
383 predictions, so predictions in this file may not exactly match the final output.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
384 File may be empty if the classifier was not used.
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
385 - Normalized summary metrics: Normalized version of the *Summary metrics*
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
386 dataset. This normalized version was used to construct the PCA plot and is also
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
387 the data read into the neural network classifier. Total proteins per scaffold
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
388 are normalized as log10 of total proteins, and all other metrics per scaffold
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
389 are normalized by dividing the original metric by the original number of encoded
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
390 proteins
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
391 - Summary metrics: List of complete annotation summary metrics for each
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
392 predicted virus genome. The most useful metrics will be columns 1 through 8. All
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
393 metrics shown, if applicable, were used for the neural network machine learning
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
394 classifier. Explanations of each column:
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
395
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
396 - scaffold: the name of the predicted virus
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
397 - total genes: total number of predicted open reading frames
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
398 - all KEGG: total number of KEGG annotations
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
399 - KEGG v-score: sum of all KEGG annotation v-scores
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
400 - all Pfam: total number of Pfam annotations
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
401 - Pfam v-score: total number of Pfam annotations
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
402 - all VOG: total number of VOG annotations
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
403 - VOG v-score: total number of VOG annotations
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
404 - KEGG int-rep: total number of KEGG integration related annotations (e.g., integrase, replicase, transposase). Useful for separating plasmids, mobile genetic elements and viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
405 - KEGG zero: total number of KEGG annotations that had a v-score of zero
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
406 - Pfam int-rep: total number of Pfam integration related annotations (e.g., integrase, replicase, transposase). Useful for separating plasmids, mobile genetic elements and viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
407 - Pfam zero: total number of KEGG annotations that had a v-score of zero
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
408 - VOG redoxin: total number of VOG redoxin related annotations (e.g., glutaredoxin, thioredoxin). Useful for separating viruses from bacteria/archaea because redoxins are common amongst viruses and therefore are given a high v-score, but are also common amongst bacteria/archaea
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
409 - VOG rec-tran: total number of VOG integration related annotations that are not integrase (e.g., replicase, transposase). Useful for separating plasmids, mobile genetic elements and viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
410 - VOG int: total number of VOG integrase related annotations. Used to identify putative lysogenic viruses. Also useful for separating plasmids, mobile genetic elements and viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
411 - VOG RnR: total number of VOG ribonucleotide reductase (RnR) related annotations. Useful for separating viruses from bacteria/archaea because RnRs are common amongst viruses and therefore are given a high v-score, but are also common amongst bacteria/archaea
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
412 - VOG DNA: total number of VOG nucleotide (DNA/RNA) replication related annotations. Useful for separating viruses from bacteria/archaea because nucleotide replication proteins are common amongst viruses and therefore are given a high v-score, but are also common amongst bacteria/archaea. This is also a metric used for predicting viral completeness (along with VOG special) because genome replication is an essential process
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
413 - KEGG restriction: total number of KEGG restriction nuclease related annotations. Useful for separating plasmids, mobile genetic elements and viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
414 - KEGG toxin: total number of KEGG toxin/anti-toxin related annotations. Useful for separating plasmids, mobile genetic elements and viruses
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
415 - VOG special: total number of VOG hallmark annotations (e.g., virion structural proteins, holin/lysin, terminase). This is a metric used for predicting viral completeness (along with VOG DNA)
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
416 - annotation check: the number of proteins annotated by KEGG, Pfam and VOG
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
417 - p\_v check: the number of proteins annotated by Pfam and VOG only
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
418 - p\_k check: the number of proteins annotated by KEGG and Pfam only
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
419 - k\_v check: the number of proteins annotated by KEGG and VOG only
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
420 - k check: the number of proteins annotated by KEGG only
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
421 - p check: the number of proteins annotated by Pfam only
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
422 - v check: the number of proteins annotated by VOG only
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
423 - h check: the number of proteins not annotated
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
424
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
425 ]]></help>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
426 <citations>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
427 <citation type="doi">10.1186/s40168-020-00867-0</citation>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
428 </citations>
fafa6b033c97 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/vibrant commit 652d6d214d2de01b29badbb1fad8648d6fd6153b
ufz
parents:
diff changeset
429 </tool>