Mercurial > repos > frogs > frogs_3_1_0
comparison test-data/databases/phiX_db.loc @ 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_filters to identify phix contaminant. You will #need to create or download Blast+ index. | |
18 #download link : http://genoweb.toulouse.inra.fr/frogs_databanks/contaminants | |
19 #Finally you will need to create phiX_db.loc file similar to this one in your galaxy | |
20 #tool-data directory.The phiX_db.loc file has this format (longer white space characters are | |
21 #TAB characters): | |
22 # | |
23 #<contaminant_name> <name> <file_path> | |
24 # | |
25 #First column will be the visible name in galaxy. | |
26 #So, for example, if you had phix indexed stored in | |
27 #/galaxy_databanks/phiX/ | |
28 #then the phiX_db.loc entry would look like this: | |
29 # | |
30 # | |
31 # EXAMPLE FOR TEST : | |
32 phiX_test phiX_test ${__HERE__}/phiX_db_data/phi.fa | |
33 # | |
34 #and your /galaxy_databanks/phiX/ directory | |
35 #would contain index files: | |
36 # | |
37 #-rwxrwxr-x 1 gpascal FROGS 5535 16 sept. 2015 phi.fa | |
38 #-rw-rwxr-- 1 gpascal FROGS 132 16 sept. 2015 phi.fa.nhr | |
39 #-rw-rwxr-- 1 gpascal FROGS 88 16 sept. 2015 phi.fa.nin | |
40 #-rw-rwxr-- 1 gpascal FROGS 1348 16 sept. 2015 phi.fa.nsq | |
41 # | |
42 |