diff options
author | Pjotr Prins | 2016-06-17 06:15:59 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-06-17 06:15:59 +0000 |
commit | 9ed3c1e6ed99c56d77fd5d90ff42f9acfe7ace68 (patch) | |
tree | fabca0ec5073e2c17da425eeeb7e40a9e15c564f /wqflask/utility/genofile_parser.py | |
parent | 497b72d3496b9368167616774e58250598d7bd83 (diff) | |
download | genenetwork2-9ed3c1e6ed99c56d77fd5d90ff42f9acfe7ace68.tar.gz |
Removed trailing spaces in .py and .js files
Diffstat (limited to 'wqflask/utility/genofile_parser.py')
-rw-r--r-- | wqflask/utility/genofile_parser.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/utility/genofile_parser.py b/wqflask/utility/genofile_parser.py index 67b84dc9..7149e560 100644 --- a/wqflask/utility/genofile_parser.py +++ b/wqflask/utility/genofile_parser.py @@ -28,10 +28,10 @@ class ConvertGenoFile(object): self.mb_exists = False self.cm_exists = False self.markers = [] - + self.latest_row_pos = None self.latest_col_pos = None - + self.latest_row_value = None self.latest_col_value = None self.input_fh = open(input_file) |