Skip to content

Commit 8c565d3

Browse files
committed
update doc
1 parent 9af7044 commit 8c565d3

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,8 @@ combine options
316316
--strict
317317
Strict consensus trees.
318318

319+
--supertree
320+
Use Spr_Supertree combining conflicting evolutionary histories that are due to lateral gene transfer (LGT).
319321

320322
iview
321323
^^^^^^^^^^^^^^^^^^^^

docs/docs/usage.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,10 +551,32 @@ combineTree/
551551
Download example tree:
552552

553553
```
554+
$ wget "https://yangfangs.github.io/physpetools/example/trees.tree"
555+
--2019-10-02 15:49:42-- https://yangfangs.github.io/physpetools/example/trees.tree
556+
Resolving yangfangs.github.io (yangfangs.github.io)... 185.199.108.153, 185.199.109.153, 185.199.110.153, ...
557+
Connecting yangfangs.github.io (yangfangs.github.io)|185.199.108.153|:443... connected.
558+
HTTP request sent, awaiting response... 200 OK
559+
Length: 661 [application/octet-stream]
560+
Saving to: “trees.tree”
561+
562+
trees.tree 100%[=====================================>] 140 --.-KB/s 用时 0s
554563
564+
2019-10-02 15:49:44 (168 MB/s) - saved “trees.tree” [140/140])
555565
556566
```
557567

568+
`supertree` option:
569+
570+
```bash
571+
PhySpeTree combine -i trees.tree -o Supertree --supertree
572+
```
573+
574+
Outputs:
575+
576+
```
577+
Supertree/
578+
spr_supertree.tree
579+
```
558580

559581
## iview
560582

0 commit comments

Comments
 (0)