Coder Social home page Coder Social logo

TissueHub

Main Site | Development

TissueHub aspires to be a socially federated storefront for biospecimen repositories of all sizes.

The ultimate vision of TissueHub is the creation of a biospecimen resource with three core constituencies: managers of large biospecimen collections, investigators, and patients (donors). Borrowing the federated storefront model of, e.g., Amazon and extending it with social networking features, the federated biorepositories will serve as a “TissueHub”. This TissueHub will enable the holders of biospecimens to publish their collections and services. Investigators can use TissueHub to discover available specimens as well as opportunities for collaboration with others holding overlapping rare-specimen collections. Finally, TissueHub will allow donors to discover opportunities to contribute to scientific studies, as well as to see the research data and publications derived from these contributions.

Development Build Status

The initial prototype of TissueHub is under development as a Meteor app. To start, first install meteor, then:

git clone https://github.com/TissueHub/TissueHub.git
cd TissueHub
meteor

Building

  1. Ensure the TISSUEHUB_VERSION environment variable in .travis.yml is correct.

  2. Kick off the build using make

    $ make build
  3. Find the built app as .build/tissuehub.tar.gz.

Deployment

  1. Build TissueHub

  2. Copy .build/tissuehub.tar.gz to the desired location and unpack it.

  3. Install npm dependencies

    $ cd tissuehub/bundle/programs/server
    $ npm install
  4. Start the server

    $ cc ../.. # to tissuehub/bundle
    $ node main.js

Useful Environment Variables

  • PORT=3001
  • MONGO_URL=mongodb://localhost/TissueHub
  • MONGO_OPLOG_URL=mongodb://localhost/local
  • ROOT_URL="https://tissuehub.org/"

These can be set in the environment, or just prepended to the node main.js command:

$ PORT=3001 MONGO_URL=mongodb://localhost/TissueHub MONGO_OPLOG_URL=mongodb://localhost/local ROOT_URL="https://tissuehub.org/" node main.js

It is also possible to run meteor without the tests:

$ JASMINE_CLIENT_INTEGRATION=0 JASMINE_CLIENT_UNIT=0 JASMINE_SERVER_INTEGRATION=0 JASMINE_SERVER_UNIT=0 meteor

TissueHub's Projects

bulkinterface icon bulkinterface

Create bulk-interface forms for quickly importing/exporting *SV data.

reststop icon reststop

RestStop creates RESTful interfaces for Meteor collections.

tissuehub icon tissuehub

TissueHub aspires to be a socially federated storefront for biospecimen repositories of all sizes.

transfer icon transfer

Makefile for transferring data from development to production.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.