Mercurial > repos > frogs > frogs_func
comparison tool-data/frogs_picrust2_pathways.loc.sample @ 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_pathways to map pathways to reactions. | |
| 18 #The default mapfile maps MetaCyc reactions to prokaryotic MetaCyc pathways. | |
| 19 # | |
| 20 #PICRUSt2 files are present in the arborescence of PICRUSt2. Please consult | |
| 21 #PICRUSt2 documentation to find out where they are located in your environment. | |
| 22 # | |
| 23 #If you are not comfortable with picrust2 command lines, just create .loc files | |
| 24 #with EXAMPLE FOR TEST files remembering to replace <Galaxy_dir> with the real path. | |
| 25 # | |
| 26 #The indicated path is the one if you do not change the default galaxy config of conda directory. | |
| 27 # | |
| 28 #<db_id> <db_name> <marker_gene> <path_to_mapfiles> <picrust_version> | |
| 29 # | |
| 30 # | |
| 31 # | |
| 32 # | |
| 33 # EXAMPLE FOR TEST : | |
| 34 #pro_metacyc_pathway Metacyc 16S <Galaxy_dir>/database/dependencies/_conda/envs/<PICRUSt2_env>/lib/python3.6/site-packages/picrust2/default_files/pathway_mapfiles/metacyc_path2rxn_struc_filt_pro.txt 2.5.1 | |
| 35 #fungi_metacyc_pathway Metacyc ITS <Galaxy_dir>/database/dependencies/_conda/envs/<PICRUSt2_env>/lib/python3.6/site-packages/picrust2/default_files/pathway_mapfiles/metacyc_path2rxn_struc_filt_fungi.txt 2.5.1 | |
| 36 #fungi_metacyc_pathway Metacyc 18S <Galaxy_dir>/database/dependencies/_conda/envs/<PICRUSt2_env>/lib/python3.6/site-packages/picrust2/default_files/pathway_mapfiles/metacyc_path2rxn_struc_filt_fungi.txt 2.5.1 | |
| 37 #kegg_modules_pathway Kegg 16S <Galaxy_dir>/database/dependencies/_conda/envs/<PICRUSt2_env>/lib/python3.6/site-packages/picrust2/default_files/pathway_mapfiles/KEGG_pathways_to_KO.tsv 2.5.1 |
