# HG changeset patch # User peterjc # Date 1360320686 18000 # Node ID 4ce66a5401d0592bb82bd1a49da74860409b1da1 # Parent a23b0627623c5662f56bf9c29c32e0fbdfd3b15f Uploaded v0.0.16, declares explicit dependency on the 'blast_datatypes' repository. diff -r a23b0627623c -r 4ce66a5401d0 tools/ncbi_blast_plus/ncbi_blast_plus.txt --- a/tools/ncbi_blast_plus/ncbi_blast_plus.txt Thu Jan 24 12:40:41 2013 -0500 +++ b/tools/ncbi_blast_plus/ncbi_blast_plus.txt Fri Feb 08 05:51:26 2013 -0500 @@ -15,6 +15,20 @@ with this. +Automated Installation +====================== + +Galaxy should be able to automatically install the dependencies, i.e. the +'blast_datatypes' repository which defines the BLAST XML file format +('blastxml') and protein and nucleotide BLAST databases ('blastdbp' and +'blastdbn'). + +You must tell Galaxy about any system level BLAST databases using configuration +files blastdb.loc (nucleotide databases like NT) and blastdb_p.loc (protein +databases like NR), located in the tool-data folder. Sample fils are included +which explain the tab based format to use. + + Manual Installation =================== @@ -22,14 +36,15 @@ the XML and Python files under tools/ncbi_blast_plus and add the XML files to your tool_conf.xml as normal. -You must tell Galaxy about any system level BLAST databases using configuration -files blastdb.loc (nucleotide databases like NT) and blastdb_p.loc (protein -databases like NR). - You will also need to install 'blast_datatypes' from the Tool Shed. This defines the BLAST XML file format ('blastxml') and protein and nucleotide BLAST databases composite file formats ('blastdbp' and 'blastdbn'). +You must tell Galaxy about any system level BLAST databases using configuration +files blastdb.loc (nucleotide databases like NT) and blastdb_p.loc (protein +databases like NR), located in the tool-data folder. Sample fils are included +which explain the tab based format to use. + History ======= @@ -48,6 +63,8 @@ of the 'blast_datatypes' repository from the Tool Shed. v0.0.15 - Stronger warning in help text against searching against subject FASTA files (better looking e-values than you might be expecting). +v0.0.16 - Added repository_dependencies.xml for automates installation of the + 'blast_datatypes' repository from the Tool Shed. Developers diff -r a23b0627623c -r 4ce66a5401d0 tools/ncbi_blast_plus/repository_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/ncbi_blast_plus/repository_dependencies.xml Fri Feb 08 05:51:26 2013 -0500 @@ -0,0 +1,5 @@ + + + + +