Skip to content

Commit e19ad8f

Browse files
authored
correction to git clone command
Removed branch specification from git clone command.
1 parent fc65eec commit e19ad8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ conda install -c bioconda mafft iqtree minimap2 samtools
5454
Then, you can install the read2tree package after downlaoding the package from this GitHub repo using
5555

5656
```
57-
git clone https://github.com/DessimozLab/read2tree.git -b minimap2
57+
git clone https://github.com/DessimozLab/read2tree.git
5858
cd read2tree
5959
python setup.py install
6060
```

0 commit comments

Comments
 (0)