# HG changeset patch # User Jim Johnson # Date 1346892583 18000 # Node ID 6b358d0f17b40201ed59ac30e2a2d273ec71bc94 # Parent e076d95dbdb5dd4dfc3febb6bdb73dc11a9adfdf Update to Mothur version 1.24 diff -r e076d95dbdb5 -r 6b358d0f17b4 mothur/README --- a/mothur/README Tue Jun 07 17:05:08 2011 -0400 +++ b/mothur/README Wed Sep 05 19:49:43 2012 -0500 @@ -1,7 +1,9 @@ Provides galaxy tools for the Mothur metagenomics package - http://www.mothur.org/wiki/Main_Page -Install mothur v.1.19.0 on your galaxy system so galaxy can execute the mothur command - ( This version of wrappers is designed for Mothur version 1.19 - it may work on later versions ) +(The environment variable MOTHUR_MAX_PROCESSORS can be used to limit the number of cpu processors used be mothur commands) + +Install mothur v.1.25.0 on your galaxy system so galaxy can execute the mothur command + ( This version of wrappers is designed for Mothur version 1.24 - it may work on later versions ) http://www.mothur.org/wiki/Download_mothur http://www.mothur.org/wiki/Installation ( This Galaxy Mothur wrapper will invoke Mothur in command line mode: http://www.mothur.org/wiki/Command_line_mode ) @@ -13,6 +15,14 @@ Install in galaxy: tool-data/shared/jars/TreeVector.jar Install reference data from silva and greengenes + RDP reference file (modified for mothur): + http://www.mothur.org/wiki/RDP_reference_files + - 16S rRNA reference (RDP): A collection of 9,662 bacterial and 384 archaeal 16S rRNA gene sequences with an improved taxonomy compared to version 6. + http://www.mothur.org/w/images/2/29/Trainset7_112011.rdp.zip + - 16S rRNA reference (PDS): The RDP reference with three sequences reversed and 119 mitochondrial 16S rRNA gene sequences added as members of the Rickettsiales + http://www.mothur.org/w/images/4/4a/Trainset7_112011.pds.zip + - 28S rRNA reference (RDP): A collection of 8506 reference 28S rRNA gene sequences from the Fungi that were curated by the Kuske lab + http://www.mothur.org/w/images/3/36/FungiLSU_train_v7.zip Silva reference: http://www.mothur.org/wiki/Silva_reference_files - Bacterial references (14,956 sequences) @@ -45,6 +55,8 @@ SILVA-compatible mask: - lane1349.silva.filter - Pat Schloss's transcription of the mask from the Lane paper http://www.mothur.org/w/images/6/6d/Lane1349.silva.filter + Lookup Files for sff flow analysis using shhh.flows: + http://www.mothur.org/wiki/Alignment_database Example from UMN installation: (We also made these available in a Galaxy public data library) /project/db/galaxy/mothur/Silva.bacteria.zip @@ -75,16 +87,28 @@ /project/db/galaxy/mothur/Silva.eukarya.zip /project/db/galaxy/mothur/Gg_ss_map.zip /project/db/galaxy/mothur/core_set_aligned.imputed.fasta + /project/db/galaxy/mothur/RDP/FungiLSU_train_1400bp_8506_mod.fasta + /project/db/galaxy/mothur/RDP/FungiLSU_train_1400bp_8506_mod.tax + /project/db/galaxy/mothur/RDP/trainset6_032010.rdp.fasta + /project/db/galaxy/mothur/RDP/trainset6_032010.rdp.tax + /project/db/galaxy/mothur/RDP/trainset7_112011.pds.fasta + /project/db/galaxy/mothur/RDP/trainset7_112011.pds.tax + /project/db/galaxy/mothur/RDP/trainset7_112011.rdp.fasta + /project/db/galaxy/mothur/RDP/trainset7_112011.rdp.tax -Add tool-data: (contains pointers to silva and greengenes reference data) + +Add tool-data: (contains pointers to silva, greengenes, and RDP reference data) tool-data/mothur_aligndb.loc - tool-data/mothur_calulators.loc tool-data/mothur_map.loc tool-data/mothur_taxonomy.loc tool-data/shared/jars/TreeVector.jar +################################################################ +#### If you are manually adding this to your local galaxy: #### +################################################################ + add config files (*.xml) and wrapper code (*.py) from tools/mothur/* to your galaxy installation @@ -94,6 +118,7 @@ import metagenomics # added for metagenomics mothur + add datatypes to: datatypes_conf.xml @@ -117,6 +142,9 @@ + + + @@ -127,6 +155,7 @@ + @@ -138,18 +167,27 @@ + + +