Mercurial > repos > bimib > cobraxy
comparison COBRAxy/setup.py @ 458:5fcbde1f92f7 draft
Uploaded
author | francesco_lapi |
---|---|
date | Wed, 17 Sep 2025 14:38:10 +0000 |
parents | d9a9e909cd9e |
children |
comparison
equal
deleted
inserted
replaced
457:5b625d91bc7f | 458:5fcbde1f92f7 |
---|---|
10 author_email='', | 10 author_email='', |
11 url='https://github.com/CompBtBs/COBRAxy.git', | 11 url='https://github.com/CompBtBs/COBRAxy.git', |
12 license='', | 12 license='', |
13 packages=find_packages(include=["utils", "utils.*"]), | 13 packages=find_packages(include=["utils", "utils.*"]), |
14 py_modules=[ | 14 py_modules=[ |
15 'custom_data_generator', | |
16 'ras_generator', | 15 'ras_generator', |
17 'rps_generator', | 16 'rps_generator', |
18 'marea_cluster', | 17 'marea_cluster', |
19 'marea', | 18 'marea', |
19 'metabolic_model_setting', | |
20 'ras_to_bounds', | 20 'ras_to_bounds', |
21 'flux_simulation', | 21 'flux_simulation', |
22 'flux_to_map' | 22 'flux_to_map' |
23 ], | 23 ], |
24 include_package_data=True, | 24 include_package_data=True, |
38 'anndata==0.8.0', | 38 'anndata==0.8.0', |
39 'pydeseq2==0.5.1' | 39 'pydeseq2==0.5.1' |
40 ], | 40 ], |
41 entry_points={ | 41 entry_points={ |
42 'console_scripts': [ | 42 'console_scripts': [ |
43 'custom_data_generator=custom_data_generator:main', | 43 'metabolic_model_setting=metabolic_model_setting:main', |
44 'ras_generator=ras_generator:main', | 44 'ras_generator=ras_generator:main', |
45 'rps_generator=rps_generator:main', | 45 'rps_generator=rps_generator:main', |
46 'marea_cluster=marea_cluster:main', | 46 'marea_cluster=marea_cluster:main', |
47 'marea=marea:main', | 47 'marea=marea:main', |
48 'ras_to_bounds=ras_to_bounds:main', | 48 'ras_to_bounds=ras_to_bounds:main', |