Go to file
coolneng 4f0936718b
Add installation instruction to README
2021-05-03 23:27:19 +02:00
data Add v_segments and j_segments objects 2021-04-07 18:32:58 +02:00
docs Add literate programming notebook 2021-03-23 18:24:12 +01:00
nix Initial commit 2021-02-18 00:01:17 +01:00
src Fix HVR end position computation 2021-05-03 21:51:32 +02:00
.gitignore Generate FASTQ files from the simulated repertoire 2021-04-22 13:59:45 +02:00
LICENSE.md Initial commit 2021-02-18 00:01:17 +01:00
README.org Add installation instruction to README 2021-05-03 23:27:19 +02:00
generation.sh Add alignment to generation script 2021-05-03 21:51:48 +02:00
shell.nix Remove development dependencies 2021-05-03 23:22:16 +02:00

README.org

locigenesis

locigenesis is a tool that generates an immune repertoire and runs it through a sequence reader simulation tool, to generate sequencing errors.

Installation

This project uses Nix to ensure reproducible builds.

Using Nix

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

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

Without Nix

The following dependencies need to be installed:

Usage