Metadata-Version: 2.1
Name: torchomics
Version: 0.1
Summary: Datasets, transforms and models specific to genomics
Home-page: https://github.com/hclimente/torchomics
Author: Héctor Climente-González, Joseph C Boyd
Author-email: hector.climente@riken.jp
License: GPL-3
Keywords: machine-learning,genomics,deep-learning
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
License-File: LICENSE

# torchomics

## Pre-requisites

This project has three pre-requisites:

- [Anaconda](https://www.anaconda.com/products/individual)
- [mamba](https://github.com/mamba-org/mamba)
- [pre-commit](https://pre-commit.com/)

When the three of them are available, run the following commands:
```
# install the virtual environment in ./env/
make setup
```
