Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dportik committed Feb 27, 2019
1 parent a9c3280 commit 0a7cc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ MonoPhylo is written and maintained by Daniel Portik (daniel.portik@gmail.com)

The goal of running **MonoPhylo** is to determine which groupings are monophyletic in a given phylogenetic tree. In order to achieve this, it is necessary to first obtain a list of the tips in the tree and subsequently define the groups. It is also important to ensure the phylogenetic tree is properly rooted for the analysis, otherwise the groupings may not be correctly assessed. Finally, using a file that defines the major groupings (a map file), the groups can be assessed for the given phylogenetic tree. Instructions for completing each of these major tasks can be found below.

In addition to the instructions posted here, two complete example analyses can be found in the [Example-data](https://github.com/dportik/MonoPhylo/tree/master/Example-data) folder. The complete set of input files and output files generated for each step, along with instructions, can be found for each analysis folder present. This includes a full tutorial for assessing relationships in a tree that does not contain any support values ([here](https://github.com/dportik/MonoPhylo/tree/master/Example-data/Example-tree-without-support-values)) and a tutorial for assessing relationships in a tree containing bootstrap support values ([here](https://github.com/dportik/MonoPhylo/tree/master/Example-data/Example-tree-with-bootstrap-support-values)).
In addition to the instructions posted here, two complete example analyses can be found in the [**Example-data**](https://github.com/dportik/MonoPhylo/tree/master/Example-data) folder. The complete set of input files and output files generated for each step, along with instructions, can be found for each analysis folder present. This includes a full tutorial for assessing relationships in a tree that does not contain any support values ([**here**](https://github.com/dportik/MonoPhylo/tree/master/Example-data/Example-tree-without-support-values)) and a tutorial for assessing relationships in a tree containing bootstrap support values ([**here**](https://github.com/dportik/MonoPhylo/tree/master/Example-data/Example-tree-with-bootstrap-support-values)).

### Quick Navigation for Instructions:

Expand Down

0 comments on commit 0a7cc45

Please sign in to comment.