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