annotate iphop.xml @ 1:d357350b6da0 draft default tip

planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit c792f1b2671d363ce34398d8886702d356d01e7f
author ufz
date Thu, 08 May 2025 11:23:48 +0000
parents b6dba8fabeb2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
d357350b6da0 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit c792f1b2671d363ce34398d8886702d356d01e7f
ufz
parents: 0
diff changeset
1 <tool id="iphop_predict" name="iPHoP predict" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0" license="MIT">
0
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
2 <description>host of input bacteriophage/archaeal virus genomes</description>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
3 <macros>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
4 <token name="@TOOL_VERSION@">1.3.3</token>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
5 <token name="@VERSION_SUFFIX@">0</token>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
6 </macros>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
7 <xrefs>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
8 <xref type="bio.tools">iphop</xref>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
9 </xrefs>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
10 <requirements>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
11 <requirement type="package" version="@TOOL_VERSION@">iphop</requirement>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
12 </requirements>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
13 <version_command><![CDATA[iphop --version]]></version_command>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
14 <command detect_errors="exit_code"><![CDATA[
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
15 iphop predict
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
16 --fa_file '$fa_file'
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
17 --out_dir output/
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
18 --db_dir '$db_dir.fields.path'
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
19 --num_threads "\${GALAXY_SLOTS:-1}"
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
20 --min_score $min_score &&
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
21 mv 'output/Host_prediction_to_genome_m${min_score}.csv' output/Host_prediction_to_genome.csv &&
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
22 mv 'output/Host_prediction_to_genus_m${min_score}.csv' "output/Host_prediction_to_genus.csv"
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
23 ]]></command>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
24 <inputs>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
25 <param argument="--fa_file" type="data" format="fasta" label="FASTA formatted virus sequences"/>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
26 <param argument="--db_dir" type="select" label="Reference database">
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
27 <options from_data_table="iphop">
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
28 <validator type="no_options" message="No reference data available. Contact your Galaxy admin."/>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
29 </options>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
30 </param>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
31 <param argument="--min_score" type="integer" value="90" min="75" max="100" label="Minimum confidence score" help="Minimum confidence score for final output. Default of 90 corresponds to ~10% FDR (roughly). For ~5% overall (roughly) estimated FDR, use a minimum score of 95, etc."/>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
32 <param argument="--no_qc" type="boolean" truevalue="--no_qc" falsevalue="" label="Bypass the automated QC" help="Bypass the automated QC that filters out input sequences with > 10% Ns or with characters other than ATCGN. Warning: if set to true, low-quality sequences (with Ns or unusual characters) may lead to unexpected failures at multiple steps. (default = False)"/>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
33 </inputs>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
34 <outputs>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
35 <data name="detailed_per_tool" format="csv" from_work_dir="output/Detailed_output_by_tool.csv" label="${tool.name} on ${on_string}: Detailed per tool"/>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
36 <data name="host_genome" format="csv" from_work_dir="output/Host_prediction_to_genome.csv" label="${tool.name} on ${on_string}: Host prediction to genome"/>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
37 <data name="host_genus" format="csv" from_work_dir="output/Host_prediction_to_genus.csv" label="${tool.name} on ${on_string}: Host prediction to genus"/>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
38 </outputs>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
39 <tests>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
40 <!-- <test>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
41 <param name="fa_file" value="test_input_phages.fna" ftype="fasta"/>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
42 <param name="db_dir" value="db2"/>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
43 <output name="detailed_per_tool">
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
44 <assert_contents>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
45 <has_n_lines n="190"/>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
46 <has_n_columns n="10" sep="," comment="#"/>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
47 </assert_contents>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
48 </output>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
49 <output name="host_genome">
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
50 <assert_contents>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
51 <has_line line="Virus,Host genome,Host taxonomy,Main method,Confidence score,Additional methods"/>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
52 <has_n_lines n="119"/>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
53 <has_n_columns n="6" sep=","/>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
54 </assert_contents>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
55 </output>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
56 <output name="host_genus">
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
57 <assert_contents>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
58 <has_line line="Virus,AAI to closest RaFAH reference,Host genus,Confidence score,List of methods"/>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
59 <has_n_lines n="6"/>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
60 <has_n_columns n="5" sep=","/>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
61 </assert_contents>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
62 </output>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
63 </test> -->
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
64 </tests>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
65 <help><![CDATA[
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
66
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
67 iPHoP stands for integrated Phage Host Prediction. It is an automated command-line pipeline for predicting host genus of novel bacteriophages and archaeoviruses based on their genome sequences.
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
68
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
69 Usage
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
70 .....
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
71
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
72
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
73 **Input**
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
74
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
75 Virus sequences in FASTA format.
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
76
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
77 **Output**
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
78
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
79 Host prediction to genus
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
80
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
81 - contains integrated results from host-based and phage-based tools at the host genus level
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
82 - lists for each prediction
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
83
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
84 - the virus sequence ID,
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
85 - the level of amino-acid similarity (AAI) between the query and the genomes in the RaFAH phage database,
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
86 - the predicted host genus,
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
87 - the confidence score calculated from all tools, and
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
88 - the list of scores for individual classifiers obtained for this virus-host pair.
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
89
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
90 - for the detailed score by classifier, "RaFAH" represents the score derived from RaFAH (https://pubmed.ncbi.nlm.nih.gov/34286299/), iPHoP-RF is the score derived from all host-based tools, CRISPR the score derived only from CRISPR hits, and blast the score derived only from blastn hits
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
91 - all virus-host pairs for which the confidence score is higher than the selected score cutoff (default = 90) are included, so each virus may be associated with multiple predictions
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
92 - when multiple predictions are available for a query virus, typical standard practices is to use the one with the highest score
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
93
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
94 Host prediction to genome
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
95
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
96 - contains integrated results from host-based tools only (i.e., no RaFAH) at the host genome representative level
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
97 - lists for each host-based prediction
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
98
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
99 - the virus sequence ID,
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
100 - the representative host genome ID,
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
101 - the corresponding host genome taxonomy,
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
102 - the main method supporting this prediction (i.e., highest score),
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
103 - the confidence score for this main method, and
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
104 - the list of additional methods and scores obtained for this virus-host pair.
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
105
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
106 Detailed by tool
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
107
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
108
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
109 - This output files lists the 5 best hits for each method for each input virus
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
110 - When no hits were obtained, the corresponding method is not listed in this output file for the query virus.
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
111
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
112 ]]></help>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
113 <citations>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
114 <citation type="doi">10.1371/journal.pbio.3002083</citation>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
115 </citations>
b6dba8fabeb2 planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/iphop/ commit d99e4d279594b887549d2cea9b1f452c9b1b89c8
ufz
parents:
diff changeset
116 </tool>