HelikarLab / DeepGEMM

GNU General Public License v3.0
1 stars 1 forks source link

Deep GEMM

Genome-Scale Metabolic Modelling meets Deep Learning

Table of Contents

Features

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.