Skip to content

Commit e1e2113

Browse files
authored
Merge branch 'nmdp-bioinformatics:MLO' into MLO
2 parents e8384b3 + 75bc2b9 commit e1e2113

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

grim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
"""Top-level package for py-grim."""
2727

2828
__organization__ = "NMDP/CIBMTR Bioinformatics"
29-
__version__ = "0.1.0"
29+
__version__ = "0.1.1"

grim/grim.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def graph_freqs(conf_file="", for_em=False, em_pop=None):
5757
def impute(conf_file="", hap_pop_pair=False, graph=None):
5858
project_dir_in_file, project_dir_graph = "", ""
5959
if conf_file == "":
60-
6160
conf_file = (
6261
os.path.dirname(os.path.realpath(__file__)).replace("/grim", "")
6362
+ "/conf/minimal-configuration.json"

grim/run_impute_def.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def run_impute(
4545
hap_pop_pair=False,
4646
graph=None,
4747
):
48-
4948
configuration_file = conf_file
5049

5150
# project_dir = ""# "../"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
setup(
5454
name="py-graph-imputation",
55-
version="0.1.0",
55+
version="0.1.1",
5656
author="Pradeep Bashyal",
5757
author_email="[email protected]",
5858
python_requires=">=3.8",

0 commit comments

Comments
 (0)