Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions doco/Running_DecentTree.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<h1>Running decenttree</h1>

This is an example of how to run decenttree with Neighbor Joining algorithm. Other algorithms can be found in https://github.com/iqtree/decenttree/blob/master/doco/Algorithms.md.

If the input file is in multiple sequence alignment format (.fasta, can be compressed)

```
decentTree -fasta $inputFile -t NJ -out $outputFile
```

If the input file is in distance matrix format

```
decentTree -in $inputFile -t NJ -out $outputFile
```

<h2>Command-line options</h2>

| Option | Argument | Description |
Expand Down