Remove imperative installation instructions
This commit is contained in:
parent
0e005735bc
commit
6440816a87
12
README.org
12
README.org
|
@ -6,9 +6,7 @@ locigenesis is a tool that generates an immune repertoire and runs it through a
|
||||||
|
|
||||||
This project uses [[https://nixos.org/][Nix]] to ensure reproducible builds.
|
This project uses [[https://nixos.org/][Nix]] to ensure reproducible builds.
|
||||||
|
|
||||||
*** Using Nix
|
1. Install Nix (compatible with MacOS, Linux and [[https://docs.microsoft.com/en-us/windows/wsl/about][WSL]]):
|
||||||
|
|
||||||
1. Install Nix (compatible with MacOS and Linux):
|
|
||||||
|
|
||||||
#+begin_src shell
|
#+begin_src shell
|
||||||
curl -L https://nixos.org/nix/install | sh
|
curl -L https://nixos.org/nix/install | sh
|
||||||
|
@ -33,13 +31,5 @@ nix-shell
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
After running these commands, you will find yourself in a shell that contains all the needed dependencies.
|
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:
|
|
||||||
|
|
||||||
- R
|
|
||||||
- [[https://github.com/GreiffLab/immuneSIM/][immuneSIM]]
|
|
||||||
- [[https://github.com/tidyverse/stringr][stringr]]
|
|
||||||
- Java Development Kit (JDK)
|
|
||||||
|
|
||||||
** Usage
|
** Usage
|
||||||
|
|
Loading…
Reference in New Issue