Skip to content
/ ice Public
forked from JBEI/ice

Web based Registry platform for managing synthetic biological parts

License

Notifications You must be signed in to change notification settings

cjmyers/ice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICE: Inventory of Composable Elements

ICE is a registry platform that provides robust data storage for DNA components, integrated tools for part characterization, as well as mechanisms for secure access and information sharing with other users and software tools.

ICE is open source and distributed under the Modified BSD license. You can try it out at https://public-registry.jbei.org by creating a free account

Major Features

  • Support for storing biological parts in addition to plasmids, microbial strains and Arabidopsis seeds. Supported sequence formats are genbank, FASTA and SBOL
  • Full text and BLAST search capabilities
  • Advanced collection management
  • Graphical application and other tool integration for sequence design, annotation and verification
  • Real time DNA editing with live vector map display and sophisticated feature annotation
  • Opt-in community collaboration capabilities that enable dataset publishing and sharing across multiple ICE instances
  • Granular read and write permissions for entries or collections across users and groups
  • Automatic Sequence Annotation

Installation

Production

To install in a production environment, please consult our manual for detailed setup and configuration instructions.

Development

To set up a development environment or local machine installation make sure you have the following dependencies installed

Command line installation steps:

  • Clone this repo

      git clone https://github.com/JBEI/ice.git ./ice
      cd ice
    
  • Generate a self-signed certificate

  • Start the built in jetty server. This may take a few minutes to download additional dependencies.

      mvn jetty:run
    
  • Access the application at https://localhost:8443

  • Ctrl + C to stop the application

Links

Build Status:

Build Status

Related Projects

Vector Editor is used in ICE to display and edit sequences

About

Web based Registry platform for managing synthetic biological parts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 65.2%
  • JavaScript 18.4%
  • HTML 15.3%
  • CSS 1.1%