Compare commits
1 Commits
8df2c3a5a6
...
3a6fb4e69c
Author | SHA1 | Date |
---|---|---|
coolneng | 3a6fb4e69c |
10
README.md
10
README.md
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue