chrovis-genomon / genomon_pipeline_cloud

Software for executing genomon pipeline in cloud environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Python License: GPL v3

genomon_pipeline_cloud

Installation

git clone https://github.com/Genomon-Project/genomon_pipeline_cloud.git
cd genomon_pipeline_cloud
python setup.py build install

External Prerequisites:

Install one of the following batch job engines:

Quick Start

export YOUR_BUCKET=s3://aokad-ana-tokyo

genomon_pipeline_cloud dna \
  example_conf/sample_dna.csv \
  ${YOUR_BUCKET}/genomon_pipeline_cloud_test \
  example_conf/param_dna_ecsub.cfg \
  --engine ecsub

see detail đź““ https://github.com/Genomon-Project/genomon_pipeline_cloud/wiki

About

Software for executing genomon pipeline in cloud environments

License:GNU General Public License v3.0


Languages

Language:Python 71.1%Language:Shell 17.6%Language:Dockerfile 11.2%