comparison tools/blast2go/README.rst @ 10:8664c4c94764 draft default tip

v0.0.11 - Assorted packaging updates (overdue upload)
author peterjc
date Tue, 06 Dec 2022 16:29:50 +0000
parents 887adf823bc0
children
comparison
equal deleted inserted replaced
9:887adf823bc0 10:8664c4c94764
1 Galaxy wrapper for Blast2GO for pipelines, b2g4pipe 1 Galaxy wrapper for Blast2GO for pipelines, b2g4pipe
2 =================================================== 2 ===================================================
3 3
4 This wrapper is copyright 2011-2015 by Peter Cock, The James Hutton Institute 4 This wrapper is copyright 2011-2017 by Peter Cock, The James Hutton Institute
5 (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved. 5 (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved.
6 See the licence text below (MIT licence). 6 See the licence text below (MIT licence).
7 7
8 This is a wrapper for the command line Java tool b2g4pipe v2.5, Blast2GO for 8 This is a wrapper for the command line Java tool b2g4pipe v2.5, Blast2GO for
9 pipelines, currently a free to use download available at: 9 pipelines, currently a free to use download available at:
22 Please cite the following papers: 22 Please cite the following papers:
23 23
24 Peter Cock, Bjoern Gruening, Konrad Paszkiewicz and Leighton Pritchard (2013). 24 Peter Cock, Bjoern Gruening, Konrad Paszkiewicz and Leighton Pritchard (2013).
25 Galaxy tools and workflows for sequence analysis with applications 25 Galaxy tools and workflows for sequence analysis with applications
26 in molecular plant pathology. PeerJ 1:e167 26 in molecular plant pathology. PeerJ 1:e167
27 http://dx.doi.org/10.7717/peerj.167 27 https://doi.org/10.7717/peerj.167
28 28
29 S. Geotz et al. (2008). 29 S. Geotz et al. (2008).
30 High-throughput functional annotation and data mining with the Blast2GO suite. 30 High-throughput functional annotation and data mining with the Blast2GO suite.
31 Nucleic Acids Res. 36(10):3420-3435. 31 Nucleic Acids Res. 36(10):3420-3435.
32 http://dx.doi.org/10.1093/nar/gkn176 32 https://doi.org/10.1093/nar/gkn176
33 33
34 A. Conesa and S. Geotz (2008). 34 A. Conesa and S. Geotz (2008).
35 Blast2GO: A Comprehensive Suite for Functional Analysis in Plant Genomics. 35 Blast2GO: A Comprehensive Suite for Functional Analysis in Plant Genomics.
36 International Journal of Plant Genomics. 619832. 36 International Journal of Plant Genomics. 619832.
37 http://dx.doi.org/10.1155/2008/619832 37 https://doi.org/10.1155/2008/619832
38 38
39 A. Conesa et al. (2005). 39 A. Conesa et al. (2005).
40 Blast2GO: A universal tool for annotation, visualization and analysis in functional genomics research. 40 Blast2GO: A universal tool for annotation, visualization and analysis in functional genomics research.
41 Bioinformatics 21:3674-3676. 41 Bioinformatics 21:3674-3676.
42 http://dx.doi.org/10.1093/bioinformatics/bti610 42 https://doi.org/10.1093/bioinformatics/bti610
43 43
44 See also http://www.blast2go.com/ 44 See also http://www.blast2go.com/
45 45
46 46
47 Automated Installation 47 Automated Installation
162 - Split out ``massage_xml_for_blast2go.py`` as a standalone file. 162 - Split out ``massage_xml_for_blast2go.py`` as a standalone file.
163 v0.0.9 - Update README file now that BioBam are selling the latest version 163 v0.0.9 - Update README file now that BioBam are selling the latest version
164 of the Blast2GO command line tool. For now b2g4pipe v2.5 is still 164 of the Blast2GO command line tool. For now b2g4pipe v2.5 is still
165 available as a free download. 165 available as a free download.
166 - Tool definition now embeds citation information. 166 - Tool definition now embeds citation information.
167 v0.0.10 - Reorder XML elements (internal change only). 167 v0.0.10 - Python 3 ready
168 - Reorder XML elements (internal change only).
168 - Planemo for Tool Shed upload (``.shed.yml``, internal change only). 169 - Planemo for Tool Shed upload (``.shed.yml``, internal change only).
170 v0.0.11 - Fix parameter help text which was not being displayed.
171 - PEP8 style updates to the Python script (internal change only).
172 - Use ``<command detect_errors="aggressive">`` (internal change only).
173 - Single quote command line arguments (internal change only).
174 - Python 3 compatible syntax.
175 - Record ``b2g4pipe_v2.5.zip`` SHA256 checksum, and download this via
176 the Galaxy package cache.
169 ======= ====================================================================== 177 ======= ======================================================================
170 178
171 179
172 Developers 180 Developers
173 ========== 181 ==========
193 201
194 To just build and check the tar ball, use:: 202 To just build and check the tar ball, use::
195 203
196 $ planemo shed_upload --tar_only ~/repositories/galaxy_blast/tools/blast2go/ 204 $ planemo shed_upload --tar_only ~/repositories/galaxy_blast/tools/blast2go/
197 ... 205 ...
198 $ tar -tzf shed_upload.tar.gz 206 $ tar -tzf shed_upload.tar.gz
199 test-data/blastp_sample.blast2go.tabular 207 test-data/blastp_sample.blast2go.tabular
200 test-data/blastp_sample.xml 208 test-data/blastp_sample.xml
201 tool-data/blast2go.loc.sample 209 tool-data/blast2go.loc.sample
202 tools/blast2go/README.rst 210 tools/blast2go/README.rst
203 tools/blast2go/blast2go.py 211 tools/blast2go/blast2go.py