Mercurial > repos > peterjc > blast2go
annotate tools/ncbi_blast_plus/blast2go.xml @ 2:e88a3246520e
Uploaded v0.0.3 which adds tool-data/blast2go.loc.sample example settings file
author | peterjc |
---|---|
date | Tue, 02 Aug 2011 09:20:52 -0400 |
parents | 0f159cf346c8 |
children | c8c04cd07ca0 |
rev | line source |
---|---|
2
e88a3246520e
Uploaded v0.0.3 which adds tool-data/blast2go.loc.sample example settings file
peterjc
parents:
1
diff
changeset
|
1 <tool id="blast2go" name="Blast2GO" version="0.0.3"> |
0
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
2 <description>Maps BLAST results to GO annotation terms</description> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
3 <command interpreter="python"> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
4 blast2go.py $xml ${prop.fields.path} $tab |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
5 </command> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
6 <inputs> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
7 <param name="xml" type="data" format="blastxml" label="BLAST XML results" description="You must have run BLAST against a protein database such as the NCBI non-redundant (NR) database. Use BLASTX for nucleotide queries, BLASTP for protein queries." /> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
8 <param name="prop" type="select" label="Blast2GO settings" description="One or more configurations can be setup, such as using the Blast2GO team's server in Spain, or a local database."> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
9 <options from_file="blast2go.loc"> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
10 <column name="value" index="0"/> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
11 <column name="name" index="1"/> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
12 <column name="path" index="2"/> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
13 </options> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
14 </param> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
15 </inputs> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
16 <outputs> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
17 <data name="tab" format="tabular" label="Blast2GO ${prop.fields.name}" /> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
18 </outputs> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
19 <requirements> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
20 </requirements> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
21 <tests> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
22 </tests> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
23 <help> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
24 .. class:: warningmark |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
25 |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
26 **Note**. Blast2GO may take a substantial amount of time, especially if |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
27 running against the public server in Spain. For large input datasets it |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
28 is advisable to allow overnight processing, or consider subdividing. |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
29 |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
30 ----- |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
31 |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
32 **What it does** |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
33 |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
34 This runs b2g4Pipe, the command line (no GUI) version of Blast2GO designed |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
35 for use in pipelines. |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
36 |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
37 It takes as input BLAST XML results against a protein database, typically |
1
0f159cf346c8
Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
peterjc
parents:
0
diff
changeset
|
38 the NCBI non-redundant (NR) database. This tool will accept concatenated |
0f159cf346c8
Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
peterjc
parents:
0
diff
changeset
|
39 BLAST XML files (although they are technically invalid XML), which is very |
0f159cf346c8
Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
peterjc
parents:
0
diff
changeset
|
40 useful if you have sub-divided your protein FASTA files and run BLAST on |
0f159cf346c8
Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
peterjc
parents:
0
diff
changeset
|
41 them in batches. |
0f159cf346c8
Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
peterjc
parents:
0
diff
changeset
|
42 |
0f159cf346c8
Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
peterjc
parents:
0
diff
changeset
|
43 The BLAST matches are used to assign Gene Ontology (GO) annotation terms |
0f159cf346c8
Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
peterjc
parents:
0
diff
changeset
|
44 to each query sequence. |
0
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
45 |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
46 The output from this tool is a tabular file containing three columns, with |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
47 the order taken from query order in the original BLAST XML file: |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
48 |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
49 ====== ==================================== |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
50 Column Description |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
51 ------ ------------------------------------ |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
52 1 ID and description of query sequence |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
53 2 GO term |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
54 3 GO description |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
55 ====== ==================================== |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
56 |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
57 Note that if no GO terms are assigned to a sequence (e.g. if it had no |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
58 BLAST matches), then it will not be present in the output file. |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
59 |
1
0f159cf346c8
Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
peterjc
parents:
0
diff
changeset
|
60 |
0f159cf346c8
Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
peterjc
parents:
0
diff
changeset
|
61 **Advanced Settings** |
0f159cf346c8
Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
peterjc
parents:
0
diff
changeset
|
62 |
0f159cf346c8
Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
peterjc
parents:
0
diff
changeset
|
63 Blast2GO has a properties setting file which includes which database |
0f159cf346c8
Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
peterjc
parents:
0
diff
changeset
|
64 server to connect to (e.g. the public server in Valencia, Spain, or a |
0f159cf346c8
Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
peterjc
parents:
0
diff
changeset
|
65 local server), as well as more advanced options such as thresholds and |
0f159cf346c8
Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
peterjc
parents:
0
diff
changeset
|
66 evidence code weights. To change these settings, your Galaxy administrator |
0f159cf346c8
Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
peterjc
parents:
0
diff
changeset
|
67 must create a new properties file, and add it to the drop down menu above. |
0f159cf346c8
Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
peterjc
parents:
0
diff
changeset
|
68 |
0f159cf346c8
Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
peterjc
parents:
0
diff
changeset
|
69 |
0
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
70 **References** |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
71 |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
72 S. Götz et al. |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
73 High-throughput functional annotation and data mining with the Blast2GO suite. |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
74 Nucleic Acids Res. 36(10):3420–3435, 2008. |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
75 http://dx.doi.org/10.1093/nar/gkn176 |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
76 |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
77 A. Conesa and S. Götz. |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
78 Blast2GO: A Comprehensive Suite for Functional Analysis in Plant Genomics. |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
79 Int. J. Plant Genomics. 619832, 2008. |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
80 http://dx.doi.org/10.1155/2008/619832 |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
81 |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
82 A. Conesa et al. |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
83 Blast2GO: A universal tool for annotation, visualization and analysis in functional genomics research. |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
84 Bioinformatics 21:3674-3676, 2005. |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
85 http://dx.doi.org/10.1093/bioinformatics/bti610 |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
86 |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
87 http://www.blast2go.org/ |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
88 |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
89 </help> |
cd52c931b325
Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
peterjc
parents:
diff
changeset
|
90 </tool> |