Giter Site home page Giter Site logo

kstawiski / seq-pipeline Goto Github PK

View Code? Open in Web Editor NEW
10.0 1.0 1.0 76.34 MB

Workspace for data science projects and NGS pipelines. Contains RStudio, Jupyter Notebook, VSCode and file manager. Can connect to Tailscale network to bypass firewalls.

Dockerfile 7.37% WDL 2.25% Shell 1.59% R 0.49% Python 27.98% PHP 45.52% CSS 2.53% JavaScript 12.27%
data-mining data-science docker jupyter-notebook machine-learning pipeline rna-seq rstudio smrna-seq vscode

seq-pipeline's Introduction

Welcome to seq-pipeline!

Workspace for data science projects and NGS pipelines by Konrad Stawiski. Contains everything you can imagine. Can connect to tailscale network to bypass firewalls. Also contains OmicSelector preinstalled.

Screenshot

Start to work:

This is the Docker image with VSCode, RStudio, Jupyter Notebook and file manager running. Great for development.

docker pull kstawiski/seq-pipeline
docker run --rm -d --name kgs24-work --hostname $(hostname)-work -v $(pwd):/work/ -v /home/$USER/:/home/$USER/ -p 26969:80 --privileged -v /var/run/docker.sock:/var/run/docker.sock kstawiski/seq-pipeline

Command above mounts your working directory as /work. Just go to http://localhost:26969 to start work or setup tunnel as below.

Note that when using Docker in Docker, for example by running the WDL pipeline via Cromwell, the path /work will not work. You can make a symlink on host device or bind the exact same path to the docker container.

Nvidia CUDA:

For NVIDIA CUDA support use kstawiski/seq-pipeline-gpu image:

docker pull kstawiski/seq-pipeline-gpu
docker run --rm -d --gpus all --name kgs24-work --hostname $(hostname)-work -v $(pwd):/work/ -p 26969:80 --privileged -v /home/$USER/:/home/$USER/ -v /var/run/docker.sock:/var/run/docker.sock kstawiski/seq-pipeline-gpu

Setup tunnel:

You need your free Tailscale network ID XXX, than run:

docker exec kgs24-work tailscale up --advertise-exit-node --accept-routes --authkey=XXX

Authkey setup - https://login.tailscale.com/admin/settings/keys

Alternatively, you can use ngrok, e.g. /ngrok http 8080 --log=stdout > /ngrok.log & (may require ngrok setup, ngrok is located in /ngrok).

Start new project:

Alternatively, you can set up directory for projects and operate using delivered pipelines and scripts:

git clone https://github.com/kstawiski/seq-pipeline.git .
./work.sh project_name

Pipelines

  • Whole Exome Sequencing (tumor only somatic mutations) - TO DO

Tools used (credits)

seq-pipeline's People

Contributors

kstawiski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

whryan

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.