Coder Social home page Coder Social logo

assembly's Introduction

Assembly Services

Overview

Service to assemble genomes and metagenomes with user's choice of assembly algorithm. Currently supports more than 20 assemblers and processing modules. More to come...

Deploying and Testing AssembyRAST client on KBase infrastructure

  • start with a fresh KBase image (last tested on v15) with security group 'default' or 'assembly-rast-group'
  • log in as ubuntu and get root access with 'sudo su'
  • enter the following commands:
cd /kb
git clone ssh://[email protected]/dev_container
cd /kb/dev_container
./bootstrap /kb/runtime
source user-env.sh
cd /kb/dev_container/modules
git clone ssh://[email protected]/assembly
git fetch origin
git checkout RC
make deploy
make test

Deploying AssembyRAST server on KBase infrastructure

  • start with a fresh KBase image (last tested on v14) with security group 'assembly-rast-group'
  • log in as ubuntu and get root access with sudo su
  • enter the following commands:
cd /kb
git clone ssh://[email protected]/dev_container
cd /kb/dev_container/modules
git clone ssh://[email protected]/assembly
cd /kb/dev_container
./bootstrap /kb/runtime
source user-env.sh
make deploy-service

Dependencies

The current deployment first invokes scripts/install_dependencies.sh. This will be no longer necessary once a kbase image is built with these dependencies.

Starting/Stopping the service

  • the assembly service includes one control server and at least one computer server
  • for now, we assume a long-running computer server, and use 'service' to refer to the control server
  • to start and stop the service, use the 'start_service' and 'stop_service' scripts in /kb/deployment/services/assemly
  • on test machines, assembly services listen on port 5672, so this port must be open
  • after starting the service, the process id of the serivice is stored in the 'service.pid' file in /kb/deployment/services/assembly/

TODO

Client deployment Testing Support for more assemblers Support for large eukaryotic genome assembly Support for metagenome assembly on supercomputer ...

assembly's People

Contributors

brettinanl avatar cbun avatar indiagordon avatar landml avatar leereilly avatar levinas avatar nlharris avatar sebhtml 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.