Mercurial > repos > dchristiany > frogs_data_manager
annotate tool-data/phiX_db.loc.sample @ 11:0cc5f020640e draft default tip
planemo upload commit b0ebe74a020dcb21b79d8d39e7b6a2f6533b2fc4-dirty
author | dchristiany |
---|---|
date | Mon, 28 Oct 2019 06:53:13 -0400 |
parents | 238a5328279d |
children |
rev | line source |
---|---|
0
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
1 # Copyright (C) 2014 INRA |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
2 # |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
3 # This program is free software: you can redistribute it and/or modify |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
4 # it under the terms of the GNU General Public License as published by |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
5 # the Free Software Foundation, either version 3 of the License, or |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
6 # (at your option) any later version. |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
7 # |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
8 # This program is distributed in the hope that it will be useful, |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
11 # GNU General Public License for more details. |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
12 # |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
13 # You should have received a copy of the GNU General Public License |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
14 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
15 # |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
16 # |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
17 #This is a sample file that enables tools FROGS_filters to identify phix contaminant. You will #need to create or download Blast+ index. |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
18 #download link : http://genoweb.toulouse.inra.fr/frogs_databanks/contaminants |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
19 #Finally you will need to create phiX_db.loc file similar to this one in your galaxy |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
20 #tool-data directory.The phiX_db.loc file has this format (longer white space characters are |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
21 #TAB characters): |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
22 # |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
23 #<contaminant_name> <name> <file_path> |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
24 # |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
25 #First column will be the visible name in galaxy. |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
26 #So, for example, if you had phix indexed stored in |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
27 #/galaxy_databanks/phiX/ |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
28 #then the phiX_db.loc entry would look like this: |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
29 # |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
30 # |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
31 # EXAMPLE FOR TEST : |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
32 #phiX_test phiX_test ${__HERE__}/phiX_db_data/phi.fa |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
33 # |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
34 #and your /galaxy_databanks/phiX/ directory |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
35 #would contain index files: |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
36 # |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
37 #-rwxrwxr-x 1 gpascal FROGS 5535 16 sept. 2015 phi.fa |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
38 #-rw-rwxr-- 1 gpascal FROGS 132 16 sept. 2015 phi.fa.nhr |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
39 #-rw-rwxr-- 1 gpascal FROGS 88 16 sept. 2015 phi.fa.nin |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
40 #-rw-rwxr-- 1 gpascal FROGS 1348 16 sept. 2015 phi.fa.nsq |
7caea40b2a30
planemo upload commit c3ff1475af0e964a0c61458b66e2744c903d8d3d-dirty
dchristiany
parents:
diff
changeset
|
41 # |