From cc08f889fd5dd0809b8a377651a14c6e5b93d817 Mon Sep 17 00:00:00 2001 From: gconant0 <54152176+gconant0@users.noreply.github.com> Date: Thu, 19 Jan 2023 14:13:15 -0500 Subject: [PATCH] Add files via upload --- POInT.html | 534 +++++++- configure.pl | 25 +- src/POInT_IPC.cpp | 993 +++++++++++++++ src/POInT_browse.cpp | 2034 ++++++++++++++++++++++++++++++ src/POInT_download.cpp | 1030 ++++++++++++++++ src/WGX_scaffold_anneal.cpp | 2255 ++++++++++++++++++++++++++++++++++ src/WGX_scaffold_anneal.h | 249 ++++ src/draw_tracking_WGX.cpp | 136 +- src/gen_dna_funcs.cpp | 4 + src/gen_dna_funcs.h | 2 +- src/liblapack_orig.h | 18 +- src/phylo_model_matrix.cpp | 22 +- src/plot.h | 477 +++++++ src/powell.cpp | 514 ++++++++ src/powell.h | 62 + src/random.cpp | 35 + src/random.h | 22 + src/read_seq.cpp | 1027 ++++++++++++++++ src/read_seq.h | 145 +++ src/read_tree.cpp | 971 +++++++++++++++ src/read_tree.h | 97 ++ src/scaffold_WGX.cpp | 206 ++++ src/score_matrix.cpp | 705 +++++++++++ src/score_matrix.h | 106 ++ src/search_WGX_assigns.cpp | 1608 ++++++++++++++++++++++++ src/search_trees.cpp | 894 ++++++++++++++ src/search_trees.h | 95 ++ src/sim_WGX.cpp | 525 ++++++++ src/sim_data.cpp | 308 +++++ src/sim_data.h | 111 ++ src/structs.h | 46 + src/track_anneal_recombo.cpp | 1482 ++++++++++++++++++++++ src/track_anneal_recombo.h | 113 ++ src/tree.cpp | 2056 +++++++++++++++++++++++++++++++ src/tree.h | 221 ++++ src/tree_plot.cpp | 382 ++++++ src/write_seq.cpp | 444 +++++++ src/write_seq.h | 108 ++ src/write_tree.cpp | 805 ++++++++++++ src/write_tree.h | 85 ++ version.txt | 1 + 41 files changed, 20874 insertions(+), 79 deletions(-) create mode 100644 src/POInT_IPC.cpp create mode 100644 src/POInT_browse.cpp create mode 100644 src/POInT_download.cpp create mode 100644 src/WGX_scaffold_anneal.cpp create mode 100644 src/WGX_scaffold_anneal.h create mode 100644 src/plot.h create mode 100644 src/powell.cpp create mode 100644 src/powell.h create mode 100644 src/random.cpp create mode 100644 src/random.h create mode 100644 src/read_seq.cpp create mode 100644 src/read_seq.h create mode 100644 src/read_tree.cpp create mode 100644 src/read_tree.h create mode 100644 src/scaffold_WGX.cpp create mode 100644 src/score_matrix.cpp create mode 100644 src/score_matrix.h create mode 100644 src/search_WGX_assigns.cpp create mode 100644 src/search_trees.cpp create mode 100644 src/search_trees.h create mode 100644 src/sim_WGX.cpp create mode 100644 src/sim_data.cpp create mode 100644 src/sim_data.h create mode 100644 src/structs.h create mode 100644 src/track_anneal_recombo.cpp create mode 100644 src/track_anneal_recombo.h create mode 100644 src/tree.cpp create mode 100644 src/tree.h create mode 100644 src/tree_plot.cpp create mode 100644 src/write_seq.cpp create mode 100644 src/write_seq.h create mode 100644 src/write_tree.cpp create mode 100644 src/write_tree.h create mode 100644 version.txt diff --git a/POInT.html b/POInT.html index bbd881a..01fc7e6 100644 --- a/POInT.html +++ b/POInT.html @@ -2,20 +2,51 @@ - POInT (alpha) Documentation + POInT 1.6 Documentation
-

POInT (Polyploidy Orthology Inference Tool; alpha) Documentation +

POInT (Polyploidy Orthology Inference Tool) Documentation

-

Revision History:

-28-07-2020: New version of POInT correcting an error in the computation of transition probabilities for octoploidies. Analyses of octoploidies with the prior version will be incorrect. +

Table of contents

+ +
+
+ +

Revision History:

+ + + + + + + + + + + + + + + +
DateVersion#Changes
7/3/2020 1.5 Adds pre-processing programs and the POInT simulation package.
8/20/2021 1.51 Adds a new post-processing script for finding optimal orthology assignments, as well as new features for producing gene trees for all pillars as well as for estimating confidence in branch length values.
9/15/2021 1.52 Updates to the command line arguments for computing branch length confidence estimates
11/19/2021 1.53 Minor bug fixes
3/24/2022 1.54 Updates to the documentation and inclusion of code to generate the POInT_browse and POInT_download CGI applications.
3/24/2022 1.55> Identical to 1.54 except in the structure of the GitHub repository
1/19/2023 1.6 Incorporates version listing into POInT in command line help and output files.


-

Downloading POInT

+

Obtaining POInT

The current release of POInT is avaliable from: