Skip to content

Commit

Permalink
version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frankligy committed May 23, 2023
1 parent 4e1cdd9 commit f23e881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name = 'SNAF',
version = '0.6.0',
version = '0.7.0',
description = 'A Python package to predict, prioritize and visualize splicing derived neoantigens, including MHC-bound peptides (T cell antigen) and altered surface protein (B cell antigen)',
long_description = long_description,
long_description_content_type = 'text/markdown',
Expand All @@ -47,7 +47,7 @@
},
packages=['snaf','snaf/deepimmuno','snaf/dash_app','snaf/surface'],
package_data = {'snaf/deepimmuno':['data/*','models/cnn_model_331_3_7/.data-00000-of-00001','models/cnn_model_331_3_7/.index','models/cnn_model_331_3_7/checkpoint'],
'snaf':['mqpar.xml']},
'snaf':['mqpar.xml','HLA_Allele_frequency_21_populations.csv']},
install_requires=requires,
python_requires='>=3.7',
classifers=[
Expand Down

0 comments on commit f23e881

Please sign in to comment.