Go to file
coolneng 168a68b50d
Update documentation about data splits
2021-06-06 00:13:37 +02:00
docs Add literate programming notebook 2021-05-06 20:44:22 +02:00
nix Change nixpkgs channel to unstable 2021-05-05 23:53:48 +02:00
src Update documentation about data splits 2021-06-06 00:13:37 +02:00
.gitignore Update gitignore 2021-06-01 18:27:16 +02:00
LICENSE.md Initial commit 2021-02-17 18:06:14 +01:00
README.md Update README 2021-06-04 12:18:44 +02:00
pyproject.toml Replace tensorflow-io with biopython 2021-05-31 12:30:57 +02:00
shell.nix Add Tensorflow workarounds to shell.nix 2021-05-06 00:12:24 +02:00

README.md

locimend

locimend is a tool that corrects DNA sequencing errors using Deep Learning.

Technologies

  • Tensorflow
  • Biopython

Installation

This project uses Nix to ensure reproducible builds.

  1. Install Nix (compatible with MacOS, Linux and WSL):
curl -L https://nixos.org/nix/install | sh
  1. Clone the repository:
git clone https://git.coolneng.duckdns.org/coolneng/locimend
  1. Change the working directory to the project:
cd locimend
  1. Enter the nix-shell:
nix-shell

After running these commands, you will find yourself in a shell that contains all the needed dependencies.