Git Product home page Git Product logo

docker-galaxy-grreport-dibbs's Introduction

Docker Galaxy GRReport DIBBs

This Docker container is built upon the mingchen0919/docker-grreport

Regex Work

ls tool_yml_files > tool_installing_Dockerfile_commands.txt 

Open tool_installing_Dockerfile_commands.txt and run the following Regex jobs.

Step 1:

  • Pattern: ^
  • Replacement: ADD tool_yml_files/

Step 2:

  • Pattern: (\d\d_.+yml)
  • Replacement: \1 \$GALAXY_ROOT/tool_yml_files/\1\rRUN install-tools $GALAXY_ROOT/tool_yml_files/\1\r

This will generate Docker commands for installing each tools. Copy the content to the Dockerfile file.

Build Docker image

docker build -t 'mingchen0919/docker-galaxy-grreport-dibbs' ./

Run docker container

docker run -i -t -p 8080:80 -p 8021:21 -p 8022:22  \
    -e "[email protected]" \
    mingchen0919/docker-galaxy-grreport-dibbs /bin/bash
docker run -i -t -p 8080:80 -p 8021:21 -p 8022:22  \
    -e "[email protected]" \
    -v /Users/mingchen/GoogleDrive/projects/docker/docker-galaxy-grreport-dibbs/map_to_docker_volume/:/galaxy-central/my_tools/ \
    mingchen0919/docker-galaxy-grreport-dibbs /bin/bash

docker-galaxy-grreport-dibbs's People

Contributors

mingchen0919 avatar

Watchers

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