Metadata-Version: 2.1
Name: damuta
Version: 0.0.2
Summary: Dirichlet allocation of mutations in cancer genomes
Home-page: https://github.com/morrislab/damuta
Author: Cait Harrigan
Author-email: charrigan@cs.toronto.edu
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/morrislab/damuta/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# DAMUTA
**D**irichlet **a**llocation of **muta**tions in cancer 

[![Documentation Status](https://readthedocs.org/projects/damuta/badge/?version=latest)](https://damuta.readthedocs.io/en/latest/?badge=latest)
      

![image](https://user-images.githubusercontent.com/23587234/140100948-98f10395-2bdb-4cf5-ac8b-fd66396d8d7f.png)


# major dependencies 

* pymc3
* numpy
* theano
* wandb
* plotly

load the env used in development with `conda env create -f .env.yml`

# theanorc

To use the GPU, `~/.theanorc` should contain the following:

```
[global]
floatX = float64
device = cuda
```

Otherwise, device will default to CPU. 



