Skip to content

Latest commit

 

History

History
94 lines (71 loc) · 2.13 KB

README.md

File metadata and controls

94 lines (71 loc) · 2.13 KB

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.