Skip to content

Commit

Permalink
updated change logs to reflect new partition file generated from the …
Browse files Browse the repository at this point in the history
…create_concat function
  • Loading branch information
JLSteenwyk committed Sep 12, 2024
1 parent d950b8a commit 1fb406a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
9 changes: 9 additions & 0 deletions change_log.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Major changes to PhyKIT are summarized here.

1.21.0
- The partition file outputted from the create_concat function has been updated
- Column information in the partition file is as follows:
- column 1: alignment name
- column 2: # of taxa present
- column 3: # of taxa missing
- column 4: fraction of occupancy
- column 5: names of missing taxa (; separated)

1.20.0
- Fixed bug for thread_dna function when using a ClipKIT log file. Input protein alignment must be the untrimmed alignment.

Expand Down
8 changes: 8 additions & 0 deletions docs/change_log/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Change log

Major changes to PhyKIT are summarized here.

**1.21.0**:
The partition file outputted from the create_concat function has been updated to the following format:
- column 1: alignment name
- column 2: # of taxa present
- column 3: # of taxa missing
- column 4: fraction of occupancy
- column 5: names of missing taxa (; separated)

**1.20.0**:
Fixed bug for thread_dna function when using a ClipKIT log file. Input protein alignment must be the untrimmed alignment.

Expand Down
10 changes: 5 additions & 5 deletions phykit/phykit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2563,11 +2563,11 @@ def create_concatenation_matrix(argv):
2) A partition file ready for input into RAxML or IQ-tree.
3) An occupancy file that summarizes the taxon occupancy
per sequence.
- column 1: alignment name
- column 2: # of taxa present
- column 3: # of taxa missing
- column 4: # fraction of occupancy
- column 5: # names of missing taxa (; separated)
- column 1: alignment name
- column 2: # of taxa present
- column 3: # of taxa missing
- column 4: fraction of occupancy
- column 5: names of missing taxa (; separated)
Aliases:
create_concatenation_matrix, create_concat, cc
Expand Down

0 comments on commit 1fb406a

Please sign in to comment.