File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.1.2
2+ current_version = 1.1.3
33commit = True
44tag = True
55
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 11[bumpversion]
2- current_version = 1.1.2
2+ current_version = 1.1.3
33commit =True
44tag =True
55
66[metadata]
77name = LRphase
8- version = 1.1.2
8+ version = 1.1.3
99
1010[options]
1111packages = LRphase
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def main():
3131
3232 metadata = dict (
3333 name = 'LRphase' ,
34- version = '1.1.2 ' ,
34+ version = '1.1.3 ' ,
3535 license = 'MIT' ,
3636 description = 'Phasing individual long reads using known haplotype information.' ,
3737 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 '
22try :
33 from ._LRphase import longest # noqa
44except ImportError :
Original file line number Diff line number Diff line change 1313import time
1414from LRphase .PhaseSet import powlaw_modified , _estimate_prior_probabilities
1515
16- __version__ = "1.1.2 "
16+ __version__ = "1.1.3 "
1717
1818# TO-DO:
1919## The main phasing function should be a wrapper that loops over samples
Original file line number Diff line number Diff line change 1616log-likelihood ratio distribution, just somewhat less granular.
1717"""
1818
19- __version__ = "1.1.2 "
19+ __version__ = "1.1.3 "
2020
2121
2222def parse_histogram_file (log_file ):
You can’t perform that action at this time.
0 commit comments