Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
ChatterjeeLab
/
PTM-Mamba
like
13
Follow
Programmable Biology Group
25
License:
cc-by-nc-nd-4.0
Model card
Files
Files and versions
Community
main
PTM-Mamba
/
setup.py
zhangzhi
init commit
a476bbf
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
110 Bytes
from
setuptools
import
setup, find_packages
setup(name=
"ptm_mamba"
, version=
"1.0"
, packages=find_packages())