-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Arthur ZWAENEPOEL
committed
Sep 10, 2018
1 parent
0352606
commit 3fec17a
Showing
8 changed files
with
123,700 additions
and
114,180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,7 @@ | |
""" | ||
Arthur Zwaenepoel | ||
Version 0.1: | ||
- Rewrite of Ks distribution construction | ||
- Implementation of one-vs-one ortholog Ks distributions | ||
- Phylogenetic trees for weighting (FastTree & PhyML) | ||
Version 1.0 | ||
Copyright (C) 2018 Arthur Zwaenepoel | ||
|
@@ -27,15 +24,18 @@ | |
|
||
from setuptools import setup | ||
|
||
with open("README.md", "r") as fh: | ||
long_description = fh.read() | ||
|
||
setup( | ||
name='wgd', | ||
version='0.1.1', | ||
version='1.0', | ||
packages=['wgd'], | ||
url='http://github.com/arzwa/wgd', | ||
license='GPL', | ||
author='Arthur Zwanepoel', | ||
author_email='[email protected]', | ||
description='MORPH bulk CLI', | ||
description='wgd', | ||
py_modules=['wgd_cli'], | ||
include_package_data=True, | ||
install_requires=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters