galaxy-dist commit e902e11cd57c: Introduce blastdb_p.loc for protein BLAST databases
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User peterjc <p.j.a.cock@googlemail.com> # Date 1285085124 -3600 # Node ID e902e11cd57c7b5e4b0b43bdf0bde459535e8a0c # Parent 63a43c1d230a6b42dda6d4f8d225d2620bdb9a8c Introduce blastdb_p.loc for protein BLAST databases --- a/tool-data/blastdb.loc.sample +++ b/tool-data/blastdb.loc.sample @@ -28,3 +28,5 @@ #wgs 30 Nov 2009 /depot/data2/galaxy/blastdb/wgs/wgs.chunk #test 20 Sep 2008 /depot/data2/galaxy/blastdb/test/test #...etc... +# +#See also blastdb_p.loc which is for any protein BLAST database. --- /dev/null +++ b/tool-data/blastdb_p.loc.sample @@ -0,0 +1,12 @@ +#This is a sample file distributed with Galaxy that is used to define a +#list of protein BLAST databases, using two columns tab separated: +# +#<database caption><path to base name> +# +#For example: +# +#NCBI NR (non redundant) /data/blastdb/nr +# +#where /data/blastdb/nr.* are the files making up the NR database. +# +#See also the blastdb.loc file which is for any nucleotide databases.
participants (1)
-
commits-noreply@bitbucket.org