File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11from . import predictPeak
22from . import allocation
33
4- __version__ = '1.0.3 '
4+ __version__ = '1.0.4 '
Original file line number Diff line number Diff line change 1- #! /bin/bash python
1+ #!/usr/ bin/env python
22#Lexi Morrissey, Mahony Lab @ Pennsylvania State University
33#Last updated 03.06.2023
44#Main method for Allo. Splits the sam files up and sends them to allocation procedure via multiprocessing package.
Original file line number Diff line number Diff line change 1- #! /bin/bash python
1+ #!/usr/ bin/env python
22#Lexi Morrissey, Mahony Lab @ Pennsylvania State University
33#Last updated 03.01.2023
44#Contains methods for read allocation procedure of Allo.
Original file line number Diff line number Diff line change 1- #! /bin/bash python
1+ #!/usr/ bin/env python
22#Lexi Morrissey, Mahony Lab @ Pennsylvania State University
33#Last updated 03.01.2023
44#Contains method for predicting whether area should receive multimapped reads via pre-trained CNN in Allo.
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'bio-allo' ,
5- version = '1.0.3 ' ,
5+ version = '1.0.4 ' ,
66 author = 'Alexis Morrissey' ,
77 author_email = 'anm5579@psu.edu' ,
88 packages = ['Allo' ],
99 python_requires = '>=3.10, <3.11' ,
1010 scripts = ['Allo/allo' ],
11- url = 'https://github.com/seqcode/allo/archive/refs/tags/v1.0.3 .tar.gz' ,
11+ url = 'https://github.com/seqcode/allo/archive/refs/tags/v1.0.4 .tar.gz' ,
1212 license = 'LICENSE.txt' ,
1313 description = 'A multi-mapped read rescue strategy for ChIP-seq data' ,
1414 include_package_data = True ,
You can’t perform that action at this time.
0 commit comments