pyLoopSage 0.0.6__tar.gz → 0.0.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyLoopSage
3
- Version: 0.0.6
3
+ Version: 0.0.8
4
4
  Summary: An energy-based stochastic model of loop extrusion in chromatin.
5
5
  Home-page: https://github.com/SFGLab/pyLoopSage
6
6
  Author: Sebastian Korsak
@@ -29,6 +29,7 @@ Requires-Dist: OpenMM
29
29
  Requires-Dist: OpenMM-cuda
30
30
  Requires-Dist: statsmodels
31
31
  Requires-Dist: imageio
32
+ Requires-Dist: imageio[ffmpeg]
32
33
  Requires-Dist: pillow
33
34
 
34
35
  # pyLoopSage
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyLoopSage
3
- Version: 0.0.6
3
+ Version: 0.0.8
4
4
  Summary: An energy-based stochastic model of loop extrusion in chromatin.
5
5
  Home-page: https://github.com/SFGLab/pyLoopSage
6
6
  Author: Sebastian Korsak
@@ -29,6 +29,7 @@ Requires-Dist: OpenMM
29
29
  Requires-Dist: OpenMM-cuda
30
30
  Requires-Dist: statsmodels
31
31
  Requires-Dist: imageio
32
+ Requires-Dist: imageio[ffmpeg]
32
33
  Requires-Dist: pillow
33
34
 
34
35
  # pyLoopSage
@@ -15,4 +15,5 @@ OpenMM
15
15
  OpenMM-cuda
16
16
  statsmodels
17
17
  imageio
18
+ imageio[ffmpeg]
18
19
  pillow
@@ -6,7 +6,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
6
6
 
7
7
  setup(
8
8
  name='pyLoopSage', # Package name
9
- version='0.0.6', # Version of the software
9
+ version='0.0.8', # Version of the software
10
10
  description='An energy-based stochastic model of loop extrusion in chromatin.',
11
11
  long_description=long_description,
12
12
  long_description_content_type='text/markdown',
@@ -33,11 +33,12 @@ setup(
33
33
  'OpenMM-cuda',
34
34
  'statsmodels',
35
35
  'imageio',
36
+ 'imageio[ffmpeg]',
36
37
  'pillow',
37
38
  ],
38
39
  entry_points={
39
40
  'console_scripts': [
40
- 'loopsage=LoopSage.run:main', # MultiMM command points to run.py's main function
41
+ 'loopsage=LoopSage.run:main', # loopsage command points to run.py's main function
41
42
  ],
42
43
  },
43
44
  classifiers=[
File without changes
File without changes
File without changes