Coder Social home page Coder Social logo

metavisitor's Introduction

metavisitor_logo

This is the repository for the automated deployment of a Metavisitor Galaxy server.

The Metavisitor Documentation is available on https://artbio.github.io/metavisitor/

The viral Vir2 database used in Metavisitor is available for download in figshare.

Quick Start - Deploy Galaxy Metavisitor instance on a target Ubuntu machine

Tested on Ubuntu 16.04

  • You need root access (be sudoer)

  • You need git install (sudo apt install git -y)

  • Clone locally this repository

git clone https://github.com/ARTbio/metavisitor.git
  • Navigate to metavisitor directory
cd metavisitor

Deploy Metavisitor with ansible:

sh local_metavisitor_ansible_build.sh

Deploy Metavisitor with docker

sh local_metavisitor_docker_build.sh

Docker image artbio/metavisitor-2 available at https://cloud.docker.com

Run example:

docker run -d -p 80:80 -p 21:21 -p 8800:8800 \
             --privileged=true \
             -e GALAXY_CONFIG_ALLOW_USER_DATASET_PURGE=True \
             -e GALAXY_CONFIG_ALLOW_LIBRARY_PATH_PASTE=True \
             -e GALAXY_CONFIG_ENABLE_USER_DELETION=True \
             -e GALAXY_CONFIG_ENABLE_BETA_WORKFLOW_MODULES=True \
             -e NGINX_GALAXY_LOCATION=/subdir \
             -v /tmp/:/tmp/ \
             -v /export:/export \
             artbio/metavisitor-2

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.