Coder Social home page Coder Social logo

granatum's Introduction

Granatum

Granatum is a graphical single-cell RNA-seq (scRNA-seq) analysis pipeline for genomics scientists.

Please Cite: Zhu, Xun et al. Granatum: A Graphical Single-Cell RNA-Seq Analysis Pipeline for Genomics Scientists. Genome Medicine 9.1 (2017)

Try Granatum

You can use Granatum on our cloud instance running at http://granatum.dcmb.med.umich.edu/ or clone this repository and setup a server of your own locally or in the cloud.

Besides, we also have an updated version named GranatumX. You can also try GranatumX at http://garmiregroup.org/granatumx/app.

Setting up a Granatum1 Server on Google Cloud

This should also mostly work for other targets

This should work on Google Cloud.

  1. Create Ubuntu 18 VM
  2. SSH to VM.
  3. Run machine_setup.sh (or run the commands individually)
  4. Run Rscript installDependencies.r
  5. Verify that worked with Rscript load_dependencies.r
  6. Do a git clone https://github.com/lanagarmire/granatum
  7. cd granatum1/server
  8. npm install .
  9. node app.js
  10. Make sure both Google Firewall and Ubuntu Firewall are open for Granatum ports
  11. To run on port 80 you need to allow node to run on privileged ports:
  12. Ubuntu: sudo apt-get install libcap2-bin; sudo setcap cap_net_bind_service=+ep /usr/local/bin/node
  13. Fedora: sudo yum install libcap-devel; sudo setcap cap_net_bind_service=+ep /usr/local/bin/node
  14. Increase R's default R_MAX_NUM_DLLS echo "R_MAX_NUM_DLLS=500" > ~/.Renviron

granatum's People

Contributors

breckuh avatar lanagarmire avatar w9 avatar

Stargazers

Hasi Hays (PhD) avatar

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.