scresawn / phamerator

a comparative genome browser for bacteriophages

Home Page:https://phamerator.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phamerator

This source code powers the phamerator.org comparative bacteriophage genomics platform. The code is made available primarily for those who wish to help us with development. If you want to use Phamerator to analyze the public Actinobacteriophage genome data set, you can stop reading these instructions and just head over to phamerator.org. If instead you want to use Phamerator to study your own data set, you should know that phamerator.org already hosts many data sets and can host yours too. Hosted data sets can be public, shared with a team of users, or reserved just for you. For help with adding your own data set(s), please get in touch with us. Contact information is available at cresawnlab.org.

For developers:

Install meteor by following the instructions at https://meteor.com

  • cd phamerator
  • meteor

Create a MongoDB index on the "Genomes" collection.

  • With meteor running, open a new terminal in the phamerator subdirectory
  • meteor mongo
  • use meteor
  • db.genomes.createIndex({cluster:1});

The names "Phamerator" and "Phamerator.org" are © Steven Cresawn, Ph.D. 2006-2020. All rights reserved. For more information regarding Phamerator's terms of use and other policies, visit phamerator.org/terms.

About

a comparative genome browser for bacteriophages

https://phamerator.org

License:GNU General Public License v3.0


Languages

Language:JavaScript 74.0%Language:HTML 23.4%Language:CSS 2.6%