Skip to content

Commit

Permalink
incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
JSdoubleL committed Apr 21, 2024
1 parent d7fbf7e commit 6d86aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Decomposition Into Single-COpy gene trees ([DISCO](https://doi.org/10.1093/sysbi
- v1.2 (June 8th, 2022): Tree rerooting fix (addresses issue with treeswift rooting with no edge lengths)
- v1.3 (July 8th, 2022): Allows for more flexibility with leaf labels
- v1.3.1 (October 31st, 2022): Fixes issue where extra newline character at the end of the file causes a crash
- v1.4.0 (April 21st, 2024): Added ability to make a partition file to CA-DISCO

**Note:** At present, it is recommended to use the latest version if you want to run the DISCO algorithm as described in Willson et al. 2021, as using earlier versions can causes results inconsistent with the DISCO algorithm in rare cases.

Expand Down
2 changes: 1 addition & 1 deletion disco.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def main(args):

if __name__ == "__main__":

parser = argparse.ArgumentParser(description='====================== DISCO v1.3.1 ======================')
parser = argparse.ArgumentParser(description='====================== DISCO v1.4.0 ======================')

parser.add_argument("-i", "--input", type=str,
help="Input tree list file", required=True)
Expand Down

0 comments on commit 6d86aba

Please sign in to comment.