HelikarLab / DeepGEMM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep GEMM

Genome-Scale Metabolic Modelling meets Deep Learning

Table of Contents

Features

  • Python 2.7+ and Python 3.4+ compatible.

Quick Start

$ pip install dgemm

Check out installation for more details.

Usage

Application Interface

>>> import dgemm

Command-Line Interface

$ dgemm
Usage: dgemm [OPTIONS] COMMAND [ARGS]...

  Genome-Scale Metabolic Modelling

Options:
  --version   Show the version and exit.
  -h, --help  Show this message and exit.

Commands:
  help     Show this message and exit.
  version  Show version and exit.

Docker

Using dgemm's Docker Image can be done as follows:

$ docker run \
    --rm \
    -it \
    achillesrasquinha/dgemm \
      --verbose

License

This repository has been released under the MIT License.


Made with ❤️ using boilpy.

About

License:GNU General Public License v3.0


Languages

Language:Python 84.2%Language:Makefile 7.5%Language:CMake 6.8%Language:Dockerfile 1.4%Language:Shell 0.1%