annotate blast_report.xml @ 4:d6423655d2b5 draft

planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit e8b469f0fed66159f07bfc3904b0c4bce9a16d09-dirty
author dfornika
date Thu, 12 Sep 2019 00:26:04 -0400
parents a56a5519d60a
children 0f048e2548cb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
1 <tool id="blast_report" name="BLAST report" force_history_refresh="true" version="1.1.0">
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
2 <description>Report on BLAST results</description>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
3 <command >
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
4 <![CDATA[
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
5 '$__tool_directory__/blast_report.py'
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
6 '${in_tab}'
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
7 '${tmpl}'
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
8 '${out_html}'
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
9 '${out_tab}'
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
10 -f '{$filter_pident}:$filter_kws'
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
11 #if str($bins) == "None"
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
12 #pass
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
13 #else
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
14 -b "${bins}"
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
15 #end if
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
16 #if $hsp_bool
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
17 -r
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
18 #end if
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
19 ]]>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
20 </command>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
21 <inputs>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
22 <param name="in_tab" type="data" format="tabular" label="Tabular BLAST results (extended 26 columns)"/>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
23 <param name="tmpl" type="select" optional="false" label="Report template">
4
d6423655d2b5 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit e8b469f0fed66159f07bfc3904b0c4bce9a16d09-dirty
dfornika
parents: 1
diff changeset
24 <options from_data_table="blast_report_templates">
d6423655d2b5 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit e8b469f0fed66159f07bfc3904b0c4bce9a16d09-dirty
dfornika
parents: 1
diff changeset
25 <column name="value" index="0"/>
d6423655d2b5 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit e8b469f0fed66159f07bfc3904b0c4bce9a16d09-dirty
dfornika
parents: 1
diff changeset
26 <column name="name" index="1"/>
0
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
27 </options>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
28 </param>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
29 <param name="filter_pident" type="integer" min="90" max="100" value="97" label="Minimum percentage identity"/>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
30 <param name="filter_kws" type="text" size="50" label="Comma-separated list of description keyword filters" value="bovine,clone,environmental,swine,uncultivated,uncultured,unidentified"/>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
31 <param name="bins" type="select" label="Database bins" multiple="true" display="checkboxes">
1
a56a5519d60a planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit bf63225facccd1b6fcf39681ee5fe0bc887b1695-dirty
dfornika
parents: 0
diff changeset
32 <options from_data_table="blast_report_bins">
4
d6423655d2b5 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit e8b469f0fed66159f07bfc3904b0c4bce9a16d09-dirty
dfornika
parents: 1
diff changeset
33 <column name="value" index="0"/>
d6423655d2b5 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit e8b469f0fed66159f07bfc3904b0c4bce9a16d09-dirty
dfornika
parents: 1
diff changeset
34 <column name="name" index="1"/>
0
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
35 </options>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
36 </param>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
37 <!--<repeat name="hist_bins" title="History database bins">
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
38 <param name="filter" type="data" format="csv" label="History database bin"/>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
39 </repeat>-->
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
40 <param name="hsp_bool" type="boolean" label="Throw out redundant hits?"/>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
41 <param name="tab_bool" type="boolean" label="Output tabular file?"/>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
42 </inputs>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
43 <outputs>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
44 <data name="out_html" format="html" label="$tool.name on data $in_tab.hid: report"/>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
45 <data name="out_tab" format="tabular" label="$tool.name on data $in_tab.hid: tabular results">
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
46 <filter> tab_bool </filter>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
47 </data>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
48 </outputs>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
49 <help>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
50 .. class:: infomark
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
51
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
52 **What it does**
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
53
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
54 This tool produces a HTML report for each query in a tabular BLAST file.
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
55
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
56 ----
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
57
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
58 **Tabular BLAST results**
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
59
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
60 One or more query's BLAST results in extended 26 column tabular format.
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
61
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
62 ----
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
63
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
64 **Report template**
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
65
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
66 The report template dictates the format of the HTML report.
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
67 Note that changing the template from the standard "Top 20 hits shown, toggle remainder" to "Euzby results shown first" causes
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
68 the order of the results in the HTML report and the tabular BLAST results (if outputted) to be inconsistent with each other.
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
69
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
70 ----
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
71
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
72 **Minimum percentage identity**
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
73
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
74 Filter by percentage identity. This filter is applied before the description keyword filters.
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
75
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
76 ----
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
77
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
78 **Comma-separated list of description keyword filters**
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
79
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
80 Filter by description keywords. Do not include spaces (unless your keyword is two words). These are applied
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
81 after the percentage identity filter.
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
82
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
83 ----
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
84
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
85 **Database bins**
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
86
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
87 Bin the results by accession number into "database bins."
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
88
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
89 ----
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
90
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
91 **Throw out redundant hits?**
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
92
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
93 Only the first hit for any accession number will be reported.
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
94
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
95 ----
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
96
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
97 **Output tabular BLAST results?**
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
98
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
99 This option produces a tabular BLAST file with the same results as those shown in the report.
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
100
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
101 </help>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
102 </tool>