Skip to content

phamerator.org meteor application for web and mobile devices

License

Notifications You must be signed in to change notification settings

stjacqrm/phamerator

 
 

Repository files navigation

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

phamerator.org meteor application for web and mobile devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.1%
  • HTML 31.3%
  • CSS 2.6%