File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
8282License
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
You can’t perform that action at this time.
0 commit comments