annotate tool-data/blastdb_d.loc.sample @ 1:b573ecb2ca66 draft

planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
author iuc
date Sat, 05 Nov 2016 10:31:30 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
1 # This is a sample file distributed with Galaxy that is used to define a
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
2 # list of protein domain databases, using three columns tab separated
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
3 # (longer whitespace are TAB characters):
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
4 #
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
5 # <unique_id>{tab}<database_caption>{tab}<base_name_path>
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
6 #
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
7 # The captions typically contain spaces and might end with the build date.
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
8 # It is important that the actual database name does not have a space in
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
9 # it, and that there are only two tabs on each line.
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
10 #
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
11 # You can download the NCBI provided databases as tar-balls from here:
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
12 # ftp://ftp.ncbi.nih.gov/pub/mmdb/cdd/little_endian/
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
13 #
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
14 # For simplicity, many Galaxy servers are configured to offer just a live
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
15 # version of each NCBI BLAST database (updated with the NCBI provided
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
16 # Perl scripts or similar). In this case, we recommend using the case
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
17 # sensistive base-name of the NCBI BLAST databases as the unique id.
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
18 # Consistent naming is important for sharing workflows between Galaxy
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
19 # servers.
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
20 #
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
21 # For example, consider the NCBI Conserved Domains Database (CDD), where
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
22 # you have downloaded and decompressed the files under the directory
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
23 # /data/blastdb/domains/ meaning at the command line BLAST+ would be
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
24 # run as follows any would look at the files /data/blastdb/domains/Cdd.*:
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
25 #
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
26 # $ rpsblast -db /data/blastdb/domains/Cdd -query ...
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
27 #
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
28 # In this case use Cdd (title case to match the NCBI file naming) as the
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
29 # unique id in the first column of blastdb_d.loc, giving an entry like
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
30 # this:
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
31 #
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
32 # Cdd{tab}NCBI Conserved Domains Database (CDD){tab}/data/blastdb/domains/Cdd
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
33 #
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
34 # Your blastdb_d.loc file should include an entry per line for each "base name"
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
35 # you have stored. For example:
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
36 #
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
37 # Cdd{tab}NCBI CDD{tab}/data/blastdb/domains/Cdd
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
38 # Kog{tab}KOG (eukaryotes){tab}/data/blastdb/domains/Kog
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
39 # Cog{tab}COG (prokaryotes){tab}/data/blastdb/domains/Cog
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
40 # Pfam{tab}Pfam-A{tab}/data/blastdb/domains/Pfam
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
41 # Smart{tab}SMART{tab}/data/blastdb/domains/Smart
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
42 # Tigr{tab}TIGR /data/blastdb/domains/Tigr
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
43 # Prk{tab}Protein Clusters database{tab}/data/blastdb/domains/Prk
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
44 # ...etc...
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
45 #
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
46 # Alternatively, rather than a "live" mirror of the NCBI databases which
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
47 # are updated automatically, for full reproducibility the Galaxy Team
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
48 # recommend saving date-stamped copies of the databases. In this case
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
49 # your blastdb_d.loc file should include an entry per line for each
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
50 # version you have stored. For example:
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
51 #
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
52 # Cdd_05Jun2010{tab}NCBI CDD 05 Jun 2010{tab}/data/blastdb/domains/05Jun2010/Cdd
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
53 # Cdd_15Aug2010{tab}NCBI CDD 15 Aug 2010{tab}/data/blastdb/domains/15Aug2010/Cdd
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
54 # ...etc...
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
55 #
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
56 # See also blastdb.loc which is for any nucleotide BLAST database, and
b573ecb2ca66 planemo upload commit 7a37f337506adeecf03370e471903abbbd49db5c-dirty
iuc
parents:
diff changeset
57 # blastdb_p.loc which is for any protein BLAST databases.