Mercurial > repos > dfornika > blast_report
annotate blast_report.xml @ 9:2b4f30c6b50a draft default tip
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
| author | dfornika |
|---|---|
| date | Mon, 02 Mar 2020 23:41:54 +0000 |
| parents | 71dd0b1d5511 |
| children |
| rev | line source |
|---|---|
|
9
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
1 <tool id="blast_report" name="BLAST report" version="0.1.0+galaxy0" > |
|
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
2 <description>Produce an HTML table report of BLAST results</description> |
|
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
3 <command detect_errors="error_code"> |
|
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
4 <![CDATA[ |
|
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
5 '${__tool_directory__}/blast_report.py' |
|
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
6 '${tabular_blast_report_input}' |
|
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
7 '${report_template}' |
|
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
8 '${out_html}' |
|
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
9 '${out_tab}' |
|
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
10 -f ${filter_pident}:$filter_kws |
|
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
11 #if str($bins) != "None" |
|
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
12 -b "${bins}" |
|
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
13 #end if |
|
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
14 $discard_redundant |
|
0
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
15 ]]> |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
16 </command> |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
17 <inputs> |
|
9
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
18 <param name="tabular_blast_report_input" type="data" format="tabular" label="Tabular BLAST results (extended 26 columns)"/> |
|
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
19 <param name="report_template" 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
|
20 <options from_data_table="blast_report_templates"> |
|
9
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
21 <validator type="no_options" message="No BLAST report templates are available" /> |
|
0
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
22 </options> |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
23 </param> |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
24 <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
|
25 <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
|
26 <param name="bins" type="select" label="Database bins" multiple="true" display="checkboxes"> |
|
9
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
27 <options from_data_table="blast_reference_bins"> |
|
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
28 <validator type="no_options" message="No BLAST reference bins available" /> |
|
0
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
29 </options> |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
30 </param> |
|
9
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
31 <param name="discard_redundant" type="boolean" truevalue="-r" falsevalue="" label="Throw out redundant hits?"/> |
|
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
32 <param name="output_tabular" type="boolean" label="Output tabular file?"/> |
|
0
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
33 </inputs> |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
34 <outputs> |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
35 <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
|
36 <data name="out_tab" format="tabular" label="$tool.name on data $in_tab.hid: tabular results"> |
|
9
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
37 <filter> output_tabular </filter> |
|
0
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
38 </data> |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
39 </outputs> |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
40 <help> |
|
9
2b4f30c6b50a
planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/blast_report commit 174f746f44dfdeb18301429116ccc0213c1e091e-dirty
dfornika
parents:
8
diff
changeset
|
41 |
|
0
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
42 .. class:: infomark |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
43 |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
44 **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
|
45 |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
46 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
|
47 |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
48 ---- |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
49 |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
50 **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
|
51 |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
52 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
|
53 |
|
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 |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
56 **Report template** |
|
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 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
|
59 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
|
60 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
|
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 **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
|
65 |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
66 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
|
67 |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
68 ---- |
|
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 **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
|
71 |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
72 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
|
73 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
|
74 |
|
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 **Database bins** |
|
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 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
|
80 |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
81 ---- |
|
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 **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
|
84 |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
85 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
|
86 |
|
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 |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
89 **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
|
90 |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
91 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
|
92 |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
93 </help> |
|
18b097eb1a51
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 006cbba6513492f5a06b573c676400a2d464520b-dirty
dfornika
parents:
diff
changeset
|
94 </tool> |
