Mercurial > repos > frogs > frogs_func
comparison test-data/databases/frogs_picrust2_functions.loc @ 0:c5fd7b97c2a4 draft default tip
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/ commit 78ca62b54aee22893d278d9c3d495527be405f8a
| author | frogs |
|---|---|
| date | Wed, 04 Feb 2026 13:17:34 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:c5fd7b97c2a4 |
|---|---|
| 1 # Copyright (C) 2022 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_frogsfunc_copynumbers to predict | |
| 18 #the copy number of gene families present in the predicted genome for OTU, | |
| 19 # given a tree and a set of known trait values (FROGS_frogsfunc_placeseqs). | |
| 20 # | |
| 21 #PICRUSt2 files are present in the arborescence of PICRUSt2. | |
| 22 # | |
| 23 #<value_as_marker_gene> <name_as_fun_db> <fun_db_or_path_to_marker_copy_numbers> <fun_db_or_path_to_fun_copy_numbers> <version> | |
| 24 | |
| 25 # For 16S data (see the 6 first lines), PICRUSt2 only takes the db name of the database as input (for exemple EC). | |
| 26 # With ITS and 18S data, you have to specify the path of marker gene counts files. | |
| 27 # | |
| 28 # | |
| 29 # Bellow you will find out how to implement this loc file. | |
| 30 # | |
| 31 # The indicated path is the one if you do not change the default galaxy config of conda directory. | |
| 32 # Just adapt path by replacing <Galaxy_dir> with the real path and eventually the picrust version. | |
| 33 # | |
| 34 # If you are not using this default conda behavior, please consult PICRUSt2 documentation to find out where they are located in your environment. | |
| 35 # | |
| 36 # | |
| 37 # | |
| 38 # EXAMPLE FOR TEST : | |
| 39 16S EC EC EC 2.5.1 | |
| 40 16S KO KO KO 2.5.1 | |
| 41 16S PFAM PFAM PFAM 2.5.1 | |
| 42 16S COG COG COG 2.5.1 | |
| 43 16S TIGRFAM TIGRFAM TIGRFAM 2.5.1 | |
| 44 16S PHENO PHENO PHENO 2.5.1 | |
| 45 ITS EC ${__HERE__}/frogs_picrust2_db/prokaryotic/16S_test.txt.gz ${__HERE__}/frogs_picrust2_db/prokaryotic/ec_test.txt.gz 2.5.1 |
