Skip to content

Commit

Permalink
Added lrld file to package data
Browse files Browse the repository at this point in the history
  • Loading branch information
shz9 committed Jun 6, 2024
1 parent 63060d9 commit 8a47ae1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions magenpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

from .utils.data_utils import *

__version__ = '0.1.3'
__release_date__ = 'May 2024'
__version__ = '0.1.4'
__release_date__ = 'June 2024'


config = configparser.ConfigParser()
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def no_cythonize(extensions, **_ignore):

setup(
name="magenpy",
version="0.1.3",
version="0.1.4",
author="Shadi Zabad",
author_email="[email protected]",
description="Modeling and Analysis of Statistical Genetics data in python",
Expand All @@ -105,6 +105,7 @@ def no_cythonize(extensions, **_ignore):
python_requires=">=3.8",
package_data={'magenpy': ['data/*.bed', 'data/*.bim', 'data/*.fam',
'data/ukb_height_chr22.fastGWA.gz',
'data/lrld_hg19_GRCh37.txt',
'config/*.ini']},
scripts=['bin/magenpy_ld', 'bin/magenpy_simulate'],
install_requires=install_requires,
Expand Down

0 comments on commit 8a47ae1

Please sign in to comment.