aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/genofile_parser.py
diff options
context:
space:
mode:
authorBonfaceKilz2021-04-29 21:45:51 +0300
committerBonfaceKilz2021-04-29 21:45:51 +0300
commit23e8e222e8016ea8335d4850070f884ab9b043fe (patch)
tree495b13f81dd7ce9692db8a8e107d2298962394e7 /wqflask/utility/genofile_parser.py
parent67703a57db19c9a1ebcc6991087479979cbbca18 (diff)
downloadgenenetwork2-23e8e222e8016ea8335d4850070f884ab9b043fe.tar.gz
Run `sed -i 's/(object)//g'`
See: https://is.gd/pL7IJF Ran: find . \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/(object)//g'
Diffstat (limited to 'wqflask/utility/genofile_parser.py')
-rw-r--r--wqflask/utility/genofile_parser.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/utility/genofile_parser.py b/wqflask/utility/genofile_parser.py
index 0b736176..f8e96d19 100644
--- a/wqflask/utility/genofile_parser.py
+++ b/wqflask/utility/genofile_parser.py
@@ -12,7 +12,7 @@ import simplejson as json
from pprint import pformat as pf
-class Marker(object):
+class Marker:
def __init__(self):
self.name = None
self.chr = None
@@ -21,7 +21,7 @@ class Marker(object):
self.genotypes = []
-class ConvertGenoFile(object):
+class ConvertGenoFile:
def __init__(self, input_file):
self.mb_exists = False