SkillAgentSearch skills...

Phamerator

a comparative genome browser for bacteriophages

Install / Use

/learn @scresawn/Phamerator
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated29d ago
Forks17

Languages

JavaScript

Security Score

90/100

Audited on Mar 12, 2026

No findings