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.9
2+ current_version = 1.1.10
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 1- 1.1.9
1+ 1.1.10
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.1.9
2+ current_version = 1.1.10
33commit =True
44tag =True
55
66[metadata]
77name = HaplotagLR
8- version = 1.1.9
8+ version = 1.1.10
99
1010[options]
1111packages = HaplotagLR
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def main():
3131
3232 metadata = dict (
3333 name = 'HaplotagLR' ,
34- version = '1.1.9 ' ,
34+ version = '1.1.10 ' ,
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.9 '
1+ __version__ = '1.1.10 '
22try :
33 from ._HaplotagLR import longest # noqa
44except ImportError :
Original file line number Diff line number Diff line change 1313from HaplotagLR .InputData import *
1414from HaplotagLR import urls
1515
16- __version__ = "1.1.9 "
16+ __version__ = "1.1.10 "
1717
1818# TO-DO:
1919## The main haplotagging 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.9 "
19+ __version__ = "1.1.10 "
2020
2121
2222def parse_histogram_file (log_file ):
You can’t perform that action at this time.
0 commit comments