GithubHelp home page GithubHelp logo

yixf-self / install_gistic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shixiangwang/install_gistic

0.0 0.0 0.0 16 KB

Install GISTIC2 by one line code

License: MIT License

Shell 86.72% Dockerfile 13.28%

install_gistic's Introduction

Install GISTIC2 by one line code

I have written two Chinese blogs for telling readers how to install GISTIC 2.0 (a famous software for copy number analysis) step by step. Recently I realize the installation steps can be implemented automatically, so I write this program.

Update:

  • 2020-03-08: add system check

Install from script

  1. Download GISTIC 2.0 from ftp://ftp.broadinstitute.org/pub/GISTIC2.0
  2. Download this repository.
git clone https://github.com/ShixiangWang/install_GISTIC
cd install_GISTIC
chmod u+x install_GISTIC2.sh
  1. Run script.

This program is a pure bash script and can be run in the following way.

./install_GISTIC2.sh args1 args2

# args1: the path to GISTIC_x_x_xx.tar.gz file
# args2: the install directory, must be absolute path, not relative path

Install from docker

Two ways:

docker pull shixiangwang/gistic

Build the image by yourself.

git clone https://github.com/ShixiangWang/install_GISTIC
cd install_GISTIC
sudo docker build -t gistic:latest .

Run docker image

sudo docker run -it gistic /bin/bash

The installed GISTIC is located at /opt/GISTIC.

Note

unset DISPLAY is recommendly added to run script for avoiding X11 related errors.

This program is tested and currently only support GISTIC 2.0.23, any suggestion or pull request is welcome.

LICENSE

MIT © 2019-2020 Shixiang Wang

install_gistic's People

Contributors

shixiangwang 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.