Mercurial > repos > frogs > frogs_3_1_0
comparison tool-data/frogs_db.loc.sample @ 0:59bc96331073 draft default tip
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.1.0 commit 08296fc88e3e938c482c631bd515b3b7a0499647
author | frogs |
---|---|
date | Thu, 28 Feb 2019 10:14:49 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:59bc96331073 |
---|---|
1 # Copyright (C) 2014 INRA | |
2 # | |
3 # This program is free software: you can redistribute it and/or modify | |
4 # it under the terms of the GNU General Public License as published by | |
5 # the Free Software Foundation, either version 3 of the License, or | |
6 # (at your option) any later version. | |
7 # | |
8 # This program is distributed in the hope that it will be useful, | |
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
11 # GNU General Public License for more details. | |
12 # | |
13 # You should have received a copy of the GNU General Public License | |
14 # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
15 # | |
16 # | |
17 #This is a sample file that enables tools FROGS_affiliations_OTU to use taxonomy database for | |
18 #taxonomy affiliation. You will need to create or download Blast+ index and train your database | |
19 #for RDP classifier these data files. | |
20 #download link : http://genoweb.toulouse.inra.fr/frogs_databanks/assignation | |
21 #Finally you will need to create frogs_db.loc file similar to this one. | |
22 #The frogs_db.loc file has this format (longer white space characters are | |
23 #TAB characters): | |
24 # | |
25 #<unique_database_name> <printed_database_name> <file_path> | |
26 # | |
27 #Second column will be the visible name in galaxy. | |
28 #So, for example, if you had 16S silva 128 indexed stored in | |
29 #/galaxy_databanks/16S/silva_128/ | |
30 #then the frogs_db.loc entry would look like this: | |
31 # | |
32 #silva_128_16S silva 128 16S /galaxy_databanks/16S/silva_128/silva_128_16S.fasta | |
33 # | |
34 #and your /galaxy_databanks/16S/silva_128/ directory | |
35 #would contain index files: | |
36 # | |
37 #-rw-r--r-- 1 mbernard FROGS 8097966 5 déc. 16:56 bergeyTrainingTree.xml | |
38 #-rw-r--r-- 1 mbernard FROGS 1572981589 5 déc. 16:56 genus_wordConditionalProbList.txt | |
39 #-rw-r--r-- 1 mbernard FROGS 1654 5 déc. 16:56 LICENCE.txt | |
40 #-rw-r--r-- 1 mbernard FROGS 1072228 5 déc. 16:56 logWordPrior.txt | |
41 #-rw-r--r-- 1 mbernard FROGS 940834335 5 déc. 16:56 silva_128_16S.fasta | |
42 #-rw-r--r-- 1 mbernard FROGS 152606489 5 déc. 16:56 silva_128_16S.fasta.nhr | |
43 #-rw-r--r-- 1 mbernard FROGS 6918588 5 déc. 16:56 silva_128_16S.fasta.nin | |
44 #-rw-r--r-- 1 mbernard FROGS 205320030 5 déc. 16:56 silva_128_16S.fasta.nsq | |
45 #-rw-r--r-- 1 mbernard FROGS 281 5 déc. 16:56 silva_128_16S.fasta.properties | |
46 #-rw-r--r-- 1 mbernard FROGS 3420464 5 déc. 16:56 silva_128_16S.tax | |
47 #-rw-r--r-- 1 mbernard FROGS 964048 5 déc. 16:57 wordConditionalProbIndexArr.txt | |
48 # | |
49 # | |
50 #<value> <name> <file_path> | |
51 # | |
52 #ITS_test ITS1 extract <FROGS-wrappers>/test-data/databases/frogs_db_data/ITS1.rdp.fasta |