GithubHelp home page GithubHelp logo

colbyford / seekdeep-docker Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 113 KB

Repository for running SeekDeep in a Docker Container

License: GNU General Public License v3.0

Dockerfile 100.00%
dockerhub docker-image haplotype haplotype-analysis docker-container docker bioinformatics genomics genetics computational-biology

seekdeep-docker's Introduction

Docker Image for SeekDeep

Colby T. Ford, Ph.D.

This repository contains the Dockerfile for generating an Ubuntu image with SeekDeep pre-installed.

DockerHub

This container image is available from DockerHub: hub.docker.com/r/cford38/seekdeep

Pull Image to Local Machine

docker pull cford38/seekdeep:latest

To Run Locally

docker run --name seekdeep -p 9881:9881 -d cford38/seekdeep
docker exec -it seekdeep /bin/bash

Copy File to Container

docker cp myfile.txt seekdeep:./myfile.txt

Copy Files from Container

docker cp seekdeep:./root/SeekDeep/ ./

Build Instructions

  1. Clone this repository to your local machine

  2. Open terminal and navigate to the directory of this repository.

  3. Run the following command. This will generate the Docker image.

docker build -t seekdeep .

Note: You may have to increase the resource limits in Docker's settings as this container size (and the resources SeekDeep needs to run) will be quite large.

  1. Once the image has been created successfully, run the container using the following command.
docker run --name seekdeep -it -p 9881:9881 -d seekdeep
  1. Once the container is ready, remote into the bash terminal.
docker exec -it seekdeep /bin/bash

Note, from the terminal (and after you've completed your analysis), you can run the popClusteringViewer to browse through your results.

SeekDeep popClusteringViewer --verbose --configDir "$(pwd)/serverConfigs" --bindAddress 0.0.0.0 --port 9881 --name pcv

Then, navigate to localhost on your local browser. You should then be able to see the viewer tool.


To Publish on DockerHub

docker image tag seekdeep <USERNAME>/seekdeep
docker push <USERNAME>/seekdeep

About SeekDeep

SeekDeep, developed by the Bailey Lab at Brown University, is a suite of bioinformatics tools for analyzing targeted amplicon sequencing. Check out their website for more details: http://seekdeep.brown.edu/

seekdeep-docker's People

Contributors

colbyford avatar

Watchers

 avatar  avatar

Forkers

codeofdoug

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.