File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.1.2
2
+ current_version = 1.1.3
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 1
- 1.1.2
1
+ 1.1.3
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.1.2
2
+ current_version = 1.1.3
3
3
commit =True
4
4
tag =True
5
5
6
6
[metadata]
7
7
name = LRphase
8
- version = 1.1.2
8
+ version = 1.1.3
9
9
10
10
[options]
11
11
packages = LRphase
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def main():
31
31
32
32
metadata = dict (
33
33
name = 'LRphase' ,
34
- version = '1.1.2 ' ,
34
+ version = '1.1.3 ' ,
35
35
license = 'MIT' ,
36
36
description = 'Phasing individual long reads using known haplotype information.' ,
37
37
description_content_type = 'text/plain' ,
Original file line number Diff line number Diff line change 1
- __version__ = '1.1.2 '
1
+ __version__ = '1.1.3 '
2
2
try :
3
3
from ._LRphase import longest # noqa
4
4
except ImportError :
Original file line number Diff line number Diff line change 13
13
import time
14
14
from LRphase .PhaseSet import powlaw_modified , _estimate_prior_probabilities
15
15
16
- __version__ = "1.1.2 "
16
+ __version__ = "1.1.3 "
17
17
18
18
# TO-DO:
19
19
## The main phasing function should be a wrapper that loops over samples
Original file line number Diff line number Diff line change 16
16
log-likelihood ratio distribution, just somewhat less granular.
17
17
"""
18
18
19
- __version__ = "1.1.2 "
19
+ __version__ = "1.1.3 "
20
20
21
21
22
22
def parse_histogram_file (log_file ):
You can’t perform that action at this time.
0 commit comments