Skip to content

Commit d729cca

Browse files
authored
Update README.md
1 parent 36f5d45 commit d729cca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ conda install -c bioconda megahit
1919
### Pre-built binaries for x86_64 Linux
2020

2121
```sh
22-
wget https://github.com/voutcn/megahit/releases/download/v1.2.8/MEGAHIT-1.2.8-Linux-x86_64-static.tar.gz
23-
tar zvxf MEGAHIT-1.2.8-Linux-x86_64-static.tar.gz
24-
cd MEGAHIT-1.2.8-Linux-x86_64-static/bin/
22+
wget https://github.com/voutcn/megahit/releases/download/v1.2.9/MEGAHIT-1.2.9-Linux-x86_64-static.tar.gz
23+
tar zvxf MEGAHIT-1.2.9-Linux-x86_64-static.tar.gz
24+
cd MEGAHIT-1.2.9-Linux-x86_64-static/bin/
2525
./megahit --test # run on a toy dataset
2626
./megahit -1 MY_PE_READ_1.fq.gz -2 MY_PE_READ_2.fq.gz -o MY_OUTPUT_DIR
2727
```
@@ -82,4 +82,4 @@ Publications
8282
License
8383
-------
8484

85-
This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details
85+
This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details

0 commit comments

Comments
 (0)