annotate blast_report.xml @ 5:0f048e2548cb draft

planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 604191e1284a3d5f8132eec71bb8629901811f8a-dirty
author dfornika
date Thu, 12 Sep 2019 00:38:42 -0400
parents d6423655d2b5
children e50d49d4130a
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
5
0f048e2548cb planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 604191e1284a3d5f8132eec71bb8629901811f8a-dirty
dfornika
parents: 4
diff changeset
14 -b "${bins.path}"
0
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"/>
5
0f048e2548cb planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 604191e1284a3d5f8132eec71bb8629901811f8a-dirty
dfornika
parents: 4
diff changeset
35 <column name="path" index="2"/>
0
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
36 </options>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
37 </param>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
38 <!--<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
39 <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
40 </repeat>-->
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="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
42 <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
43 </inputs>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
44 <outputs>
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_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
46 <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
47 <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
48 </data>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
49 </outputs>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
50 <help>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
51 .. class:: infomark
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
52
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
53 **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
54
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
55 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
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
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
59 **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
60
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
61 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
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
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
65 **Report template**
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
66
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
67 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
68 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
69 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
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
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
73 **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
74
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
75 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
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
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
79 **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
80
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
81 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
82 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
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
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
86 **Database bins**
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
87
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
88 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
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
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
92 **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
93
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
94 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
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
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
98 **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
99
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
100 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
101
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
102 </help>
18b097eb1a51 planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff changeset
103 </tool>