We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c478fc2 commit 17c7ed8Copy full SHA for 17c7ed8
setup.py
@@ -6,7 +6,7 @@
6
if os.path.exists("dist"):
7
shutil.rmtree("dist")
8
9
-VERSION = '0.0.9'
+VERSION = '0.0.10'
10
11
12
with open('README.md') as f:
@@ -18,7 +18,7 @@ def write_version_py(filename='SigProfilerAssignment/version.py'):
18
# THIS FILE IS GENERATED FROM SigProfilerAssignment SETUP.PY
19
short_version = '%(version)s'
20
version = '%(version)s'
21
-Update = '1. Make consistent MutationType column 2. Update subgroups'
+Update = '1. Reset reference genome to GRCh37 if a not supported genome is selected. 2. Add support for COSMIC exome reference signatures'
22
23
"""
24
fh = open(filename, 'w')
0 commit comments