Compare commits

..

1 Commits

Author SHA1 Message Date
coolneng 3a6fb4e69c
Convert org mode README to markdown 2021-05-05 12:28:10 +02:00
1 changed files with 5 additions and 5 deletions

View File

@ -22,25 +22,25 @@ builds.
1. Install Nix (compatible with MacOS, Linux and
[WSL](https://docs.microsoft.com/en-us/windows/wsl/about)):
``` {.shell}
```bash
curl -L https://nixos.org/nix/install | sh
```
2. Clone the repository:
``` {.shell}
```bash
git clone https://git.coolneng.duckdns.org/coolneng/locigenesis
```
3. Change the working directory to the project:
``` {.shell}
```bash
cd locigenesis
```
4. Enter the nix-shell:
``` {.shell}
```bash
nix-shell
```
@ -52,7 +52,7 @@ contains all the needed dependencies.
An execution script that accepts 2 parameters is provided, the following
command invokes it:
``` {.shell}
```bash
./generation.sh <number of sequences> <number of reads>
```