comparison blastxml_to_top_descr/README.rst @ 10:09a68a90d552 draft

Uploaded v0.0.9, updated citation information
author peterjc
date Wed, 18 Sep 2013 06:07:53 -0400
parents 6aafa0ced802
children
comparison
equal deleted inserted replaced
9:6aafa0ced802 10:09a68a90d552
37 the NCBI BLAST+ tool wrappers. 37 the NCBI BLAST+ tool wrappers.
38 38
39 You will also need to modify the tools_conf.xml file to tell Galaxy to offer 39 You will also need to modify the tools_conf.xml file to tell Galaxy to offer
40 the tool. e.g. next to the NCBI BLAST+ tools. Simply add the line:: 40 the tool. e.g. next to the NCBI BLAST+ tools. Simply add the line::
41 41
42 <tool file="filters/seq_select_by_id.xml" /> 42 <tool file="ncbi_blast_plus/blastxml_to_top_descr.xml" />
43 43
44 To run the tool's tests, also add this line to tools_conf.xml.sample then:: 44 To run the tool's tests, also add this line to tools_conf.xml.sample then::
45 45
46 $ sh run_functional_tests.sh -id blastxml_to_top_descr 46 $ sh run_functional_tests.sh -id blastxml_to_top_descr
47 47
61 v0.0.6 - Check for errors via the script's return code (internal change) 61 v0.0.6 - Check for errors via the script's return code (internal change)
62 v0.0.7 - Link to Tool Shed added to help text and this documentation. 62 v0.0.7 - Link to Tool Shed added to help text and this documentation.
63 - Tweak dependency on blast_datatypes to also work on Test Tool Shed 63 - Tweak dependency on blast_datatypes to also work on Test Tool Shed
64 - Adopt standard MIT License. 64 - Adopt standard MIT License.
65 v0.0.8 - Development moved to GitHub, https://github.com/peterjc/galaxy_blast 65 v0.0.8 - Development moved to GitHub, https://github.com/peterjc/galaxy_blast
66 v0.0.9 - Updated citation information (Cock et al. 2013).
66 ======= ====================================================================== 67 ======= ======================================================================
67 68
68 69
69 Bug Reports 70 Bug Reports
70 =========== 71 ===========