# HG changeset patch # User iuc # Date 1504082940 14400 # Node ID fd5533e573540c7c5f511e7c21a1cb302055ba62 # Parent a94f4d96045c7f43270f9ab231ce7fffeb5d7bd3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picrust commit d2e3207994a1a796366a0026396f40f8b88af0c3 diff -r a94f4d96045c -r fd5533e57354 README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Wed Aug 30 04:49:00 2017 -0400 @@ -0,0 +1,34 @@ +## PICRUSt Galaxy Wrapper + +This page is for anyone interested in installing [PICRUSt](http://picrust.github.io/picrust/) in a [galaxy instance](https://galaxyproject.org/).The below descriptions should clarify the most confusing part of the installation. + +The most important steps are that you need to go to the Galaxy IUC tool shed and install the 4 wrapper scripts there along with PICRUSt itself. If you install PICRUSt through this interface the precalculated files will not also be installed, you will need to download them separately (see below). + +Once these scripts are installed sections like the one below should be added to *galaxy/config/shed_tool_data_table_conf.xml* automatically. They will point to different *picrust_precalculated.loc* files; you only need to edit one of them since all of these files will be checked. + +``` + + + name, value + +
+
+``` + +You should download the precalculated files from http://kronos.pharmacology.dal.ca/public_files/picrust/picrust_precalculated_v1.1.1/13_5/. + +Most users only use the below two files (however you can also download the precalculated COG and RFAM abundances): +``` +16S_13_5_precalculated.tab.gz +ko_13_5_precalculated.tab.gz +``` + +Once you download these files we just need to point to them in a *picrust_precalculated.loc* file. + +An example file is shown below. Note that tabs should separate the two columns and that in the below command "16S 13_5" (separated by one space) is one example dbname. + +``` + +16S 13_5 /path/to/16S_13_5_precalculated.tab.gz +ko 13_5 /path/to/ko_13_5_precalculated.tab.gz +``` diff -r a94f4d96045c -r fd5533e57354 categorize_by_function.xml --- a/categorize_by_function.xml Thu Dec 08 06:27:47 2016 -0500 +++ b/categorize_by_function.xml Wed Aug 30 04:49:00 2017 -0400 @@ -1,5 +1,5 @@ - - collapse hierarchical data to a specified level + + by collapsing hierarchical data to a specified functional level macros.xml @@ -11,12 +11,11 @@ -c $metadata_category -l $level -o tempbiom - $format_tab_delimited @OUTPUT_CONVERSION_COMMANDS@ ]]> - + @@ -24,23 +23,18 @@ - - - format_tab_delimited - - - + @@ -49,23 +43,20 @@ - - - - + diff -r a94f4d96045c -r fd5533e57354 macros.xml --- a/macros.xml Thu Dec 08 06:27:47 2016 -0500 +++ b/macros.xml Wed Aug 30 04:49:00 2017 -0400 @@ -1,8 +1,8 @@ - 1.0.1 + 1.1.1 - picrust + picrust @@ -31,8 +31,15 @@ - - + + + + + + + + + @@ -40,20 +47,20 @@ - + - + @@ -69,13 +76,13 @@ For more information please visit: -- Picrust Documentation: https://picrust.github.io/picrust/ -- Picrust GitHub: http://picrust.github.com/ -- Picrust Support: https://groups.google.com/d/forum/picrust-users +- PICRUSt Documentation: https://picrust.github.io/picrust/ +- PICRUSt GitHub: http://picrust.github.com/ +- PICRUSt Support: https://groups.google.com/d/forum/picrust-users **Reference Data** -Precalculated files: ftp://ftp.microbio.me/pub/picrust-references/picrust-1.0.0/ +Precalculated files: http://kronos.pharmacology.dal.ca/public_files/picrust/picrust_precalculated_v1.1.1/13_5/ ]]> diff -r a94f4d96045c -r fd5533e57354 tool-data/picrust_precalculated.loc.sample --- a/tool-data/picrust_precalculated.loc.sample Thu Dec 08 06:27:47 2016 -0500 +++ b/tool-data/picrust_precalculated.loc.sample Wed Aug 30 04:49:00 2017 -0400 @@ -1,6 +1,6 @@ #This is a sample file distributed with Galaxy. # -# PICRUSt supplied files: ftp://ftp.microbio.me/pub/picrust-references/picrust-1.0.0/ +# PICRUSt supplied files: http://kronos.pharmacology.dal.ca/public_files/picrust/picrust_precalculated_v1.1.1/13_5/ # # files may be in gzipped format or unzipped # @@ -8,3 +8,4 @@ #16S 13_5 /path/to/file/16S_13_5_precalculated.tab.gz #cog 13_5 /path/to/file/cog_13_5_precalculated.tab #ko 13_5 /path/to/file/ko_13_5_precalculated.tab.gz +#rfam 13_5 /path/to/file/rfam_13_5_precalculated.tab.gz