Compare commits

..

1 Commits

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