Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
OneScience-Group
/
Chainsaw
like
0
Follow
OneScience
18
English
OneScience
bioscience
protein-domain-prediction
protein-structure-analysis
Chainsaw
License:
mit
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
Chainsaw
/
scripts
/
stride
/
p_model.c
wuxing0105
Upload folder using huggingface_hub
80a72c3
verified
2 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
133 Bytes
#
include
"stride.h"
int
Process_MODEL
(
enum
METHOD *Method)
{
if
( *Method == XRay )
*Method = Model;
return
(SUCCESS);
}