BrentLab / yeastdnnexplorer

A development environment to explore implementations of deep neural networks for predicting the relationship between transcription factor and target genes using binding and perturbation data
https://brentlab.github.io/yeastdnnexplorer/
Other
0 stars 3 forks source link

yeastdnnexplorer

Code style: black style Pytest codecov gh-pages

Documentation

See here for more complete documentation

Installation

This repo has not yet been added to PyPI. See the developer installation below.

Development

  1. git clone the repo
  2. cd into the local version of the repo
  3. choose one (or more) of the following (only poetry currently supported)

poetry

You can also install the dependencies using poetry. I prefer setting the following:

poetry config virtualenvs.in-project true

So that the virtual environments are installed in the project directory as .venv

After cloning and cding into the repo, you can install the dependencies with:

poetry install

mkdocs

The documentation is build with mkdocs:

Commands
Project layout

To update the gh-pages documentation, use poetry run mkdocs gh-deply