Define a personnal scorer for the user of DeepChain.bio
Project description
deepchain-apps : Package for creating a personnal app to deploy on the DeepChain platform
Getting started with the package
The package provide some high level interface and templates to create your own application (score to optimize for example) and deploy on deepchain.
CLI
The CLI provides 3 main commands:
- login : you need to supply the token provide on the plateform (need to provide your password and a config file)
deepchain login
- create : create a folder with a template scorer file
deepchain create my_application
Create a folder with the architecture:
-
my_application
- myscorer.py
- checkpoints (model.[h5/pt])
- requirements
-
deploy : the code and folder is deployed on the plateform, you can select your app on the plateform
deepchain deploy my_application --checkpoints path_to_checkpoints
The application will be deploy in DeepChain plateform.
Embedding
Some embeddings are provided in the TransformersApp module
from deepchainapps.components import TransformersApp
The model are furnished, but not mandatory, if you want to make an embedding of your protein sequence. Only the ESM (evolutionary scale modeling) model is provided, with different architecture. Here for some full details of the architecture (https://github.com/facebookresearch/esm)
- 'esm1_t6_43M_UR50S'
- 'esm1_t12_85M_UR50S'
- 'esm_msa1_t12_100M_UR50S'
- 'esm1b_t33_650M_UR50S'
- 'esm1_t34_670M_UR100'
- 'esm1_t34_670M_UR50D'
- 'esm1_t34_670M_UR50S'
!! The embedding will run on a GPU on the plateform. But for a testing phase on your personal computer (CPU), you should choose the smaller architecture.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deepchain_apps-0.0.13-py3-none-any.whl.
File metadata
- Download URL: deepchain_apps-0.0.13-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac7d6801c38cbb5dc464845e208f139bfc2a028149c237b38106eaaadea291aa
|
|
| MD5 |
df87e99b916cc7b177d8499dd0310d95
|
|
| BLAKE2b-256 |
404b91bef34a03cb3d432382de3ee7bcc75946f730260d76747439e39db01c4b
|