Skip to content

stoneb344/phamerator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

105 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phamerator

phamerator.org meteor application for web and (eventually) mobile devices

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 name "Phamerator" is © Steven Cresawn, Ph.D. 2006-2018. All rights reserved.

About

phamerator.org meteor application for web and mobile devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 71.4%
  • HTML 25.1%
  • CSS 3.5%