Skip to content

MetaPathways is a meta'omic analysis pipeline for the annotation and analysis for environmental sequence information. MetaPathways is a modular annotation and analysis pipeline that uses a user-friendly graphical user interface and knowledge engine data structure to predict metabolic interaction networks from environmental sequence information. …

License

kishori82/MetaPathways_Python.3.0

Repository files navigation

MetaPathways 2: A master-worker model for environmental Pathway/Genome Database construction on grids and clouds

Niels W. Hanson, Kishori M. Konwar, Shang-Ju Wu, and Steven J. Hallam

Updates

November 27, 2014: MetaPathways v2.5 released with upgrades to the pipeline:

  • LAST homology searches with BLAST-equivalent output and E-values
  • Reads per kilobase per million mapped (RPKM) coverage measure for Contig annotations calculated from raw reads (.fastq) or mapping files (.SAM) using bwa
  • Addition of the CAZy sequence database as a new compatible functional hierachy
  • GUI Keyword-search from annotation subsetting and projection onto different functional hierarcies (KEGG, COG, SEED, MetaCyc, and now CAZy)

See the release page and the wiki for more information.

Abstract

The development of high-throughput sequencing technologies over the past decade has generated a tidal wave of environmental sequence information from a variety of natural and human engineered ecosystems. The resulting flood of infor- mation into public databases and archived sequencing projects has exponentially expanded computational resource requirements rendering most local homology-based search methods inefficient. We recently introduced MetaPathways v1.0, a modular annotation and analysis pipeline for constructing environmental Pathway/Genome Databases (ePGDBs) from environmental sequence information capable of using the Sun Grid engine for external resource partitioning. However, a command-line interface and facile task management introduced user activation barriers with concomitant decrease in fault tolerance.

Here we present MetaPathways v2.0 incorporating a graphical user interface (GUI) and refined task management methods. The MetaPathways GUI provides an intuitive display for setup and process monitoring and supports interactive data visualization and sub-setting via a custom Knowledge Engine data structure. A master-worker model is adopted for task management allowing users to scavenge computational results from a number of worker grids in an ad hoc, asynchronous, distributed network that dramatically increases fault tolerance. This model facilitates the use of EC2 instances extending ePGDB construction to the Amazon Elastic Cloud.

Installation

MetaPathways v2.5 requires Python 2.7 or greater and Pathway Tools developed by SRI International for full functionality.

The MetaPathways Python codebase as well as the compiled GUI binaries for Mac OSX and Ubuntu are self-contained in this GitHub distro. GUI source code can be obtained here.

Please see the MetaPathways v2.5 wiki for more installation details.

A template MetaPathways_DBs.zip (Updated: October 2014) contains starter protein and taxonomic databases

Installation steps and information

  • The folder with the script where MetaPathways.py is referred to as METAPATHWAYS_FOLDER
  • copy over the files template_config.txt and tempalate_params.txt to the folder METAPATHWAYS_FOLDER
  • the LAST, BLAST and other third party exectables should be in a subfolder in METAPATHWAYS_FOLDER
  • the formatted databases should be in a separate folder, we refer to it as METAPATHWAYS_DB folder
  • the template_config.txt files should be pointed to the the actual folders
  • the tempalte_params.txt is use while running the pipeline
  • before running the script the user must run "source <METAPATHWAYS_FOLDER>/MetaPathwaysrc

Citation

If using MetaPathways v2.0 for reserach work please cite:

Niels W. Hanson, Kishori M. Konwar, Shang-Ju Wu, Steven J. Hallam. MetaPathways v2.0: A master-worker model for environmental Pathway/Genome Database construction on grids and clouds. Proceedings of the 2014 IEEE Conference on Computational Intelligence in Bioinformatics and Computational Biology (CIBCB 2014), Honolulu, HI, USA, May 21-24, 2014. doi:10.1109/CIBCB.2014.6845516

About

MetaPathways is a meta'omic analysis pipeline for the annotation and analysis for environmental sequence information. MetaPathways is a modular annotation and analysis pipeline that uses a user-friendly graphical user interface and knowledge engine data structure to predict metabolic interaction networks from environmental sequence information. …

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages