Code Monkey home page Code Monkey logo

blastn-jupyter-docker's Introduction

Bioinformatics tool blastn Jupyter Docker analysis

This example contains a Dockerfile which includes two research tools and a sample notebook:

  • Jupyter notebook container pulled from source.
  • blastn bioinformatics tool (installed during the container build via apt-get...)
  • Jupyter notebook blastn example based on the blastn tutorial from source.

How to use this Dockerfile

A. To start an instance using the pre-built container image on DockerHub

  1. Verify the image on DockerHub
  2. Get a local copy of the image from Docker Hub by running docker pull lynnlangit/blastn-jupyter-docker
  3. Start an instance of the image by running docker run -p 8888:8888 lynnlangit/blastn-jupyter-docker
  4. Connect to the example Jupyter notebook in your browser using the link generated
  5. Navigate and run the jupyter notebook located in /work/

B. To build a Dockerfile from image source files (on GitHub):

  1. Clone the source repo
  2. Build the image by running docker build -t blastn-jupyter-docker .
  3. Wait for the build to complete (takes ~15 minutes)
  4. Start an instance of the image by running docker run -p 8888:8888 blastn-jupyter-docker
  5. Connect to the example Jupyter notebook in your browser using the link generated
  6. Navigate and run the jupyter notebook located in /work/

TIP: If your browser returns a 'connection_refused' error, when you attempt to connect using
the generate URL (such as http://0.0.0.0:8888/?token=87ea7335fd396f88fa945aa7dd871fe9de49767a3f626875,
then determine the mapped IP (such as 192.168.10.100), connect using that IP:port (such as http://192.168.10.100:8888
and then copy the token value from the generated URL and paste it into the token text box in the browser.

blastn-jupyter-notebook

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.