Skip to content

Commit

Permalink
Merge pull request #22 from genid/v3.2
Browse files Browse the repository at this point in the history
V3.2
  • Loading branch information
dionzand authored Jan 24, 2024
2 parents 34c56f0 + 448f61a commit 759ec23
Show file tree
Hide file tree
Showing 75 changed files with 392,025 additions and 32 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ Yleaf.egg-info/
build/
yleaf/data/hg38/full_reference.fa.gz
yleaf/data/hg19/full_reference.fa.gz
yleaf/data/hg38/full_reference.fa
yleaf/data/hg19/full_reference.fa
yleaf/data/hg38/chrY.fa
yleaf/data/hg19/chrY.fa
male_pedigree_toolbox.egg-info/
/venv/
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
pandas
numpy
setuptools
graphviz
networkx
numpy
pandas
python-dateutil
pytz
six
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def get_version():
entry_points={
'console_scripts': [
'Yleaf=yleaf.Yleaf:main',
'predict_haplogroup=yleaf.predict_haplogroup:main',
],
},
include_package_data=True,
Expand Down
339 changes: 329 additions & 10 deletions yleaf/Yleaf.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion yleaf/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.1"
__version__ = "3.2"
3 changes: 3 additions & 0 deletions yleaf/chr_naming_convention.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Y chrY
y chrY
chry chrY
Loading

0 comments on commit 759ec23

Please sign in to comment.