Simple MSA
Project description
# install
pip install sseqs
mamba install -c nvidia cuda-toolkit # or conda install ...
wget https://foldify.org/uniref_bfd_mgy_cf.xbit
# python
from sseqs import msa
msa("HPETLVKVKDAEDQLGARVG"*10, "msa.a3m")
db_len=998 q_len=200: 100%|█████████| 121/121 [00:11<00:00, 10.40GB/s]
# boltz2 msa-server 🔥
DBPATH=uniref_bfd_mgy_cf.xbit python server.py --port 8000
boltz predict demo.fasta --msa_server_url http://0.0.0.0:8000 --use_msa_server
No need for $5h/h server with 1000GB RAM. Developed for $0.3/h rtx4090+128GB RAM.
limitations
- no protein pairing
- sequence length < 1000 (working on 2048)
- 128gb RAM (working on 64GB w/ compression)
- no <16GB approximate version (yet)
- no evals (working on runs'n'poses + antibody)
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 Distribution
sseqs-0.0.11.tar.gz
(61.9 kB
view details)
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
sseqs-0.0.11-py3-none-any.whl
(74.2 kB
view details)
File details
Details for the file sseqs-0.0.11.tar.gz.
File metadata
- Download URL: sseqs-0.0.11.tar.gz
- Upload date:
- Size: 61.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8999e559fcaa62e19c17c9869ca4b532fb76e3782ce3ab67c77a729ee11519b4
|
|
| MD5 |
9c95c589e8f03808a389b9e16be6a26d
|
|
| BLAKE2b-256 |
7435dcc0d6820bd9f1ec25063247ef2ff53a23e07bee132a682251fda4859631
|
File details
Details for the file sseqs-0.0.11-py3-none-any.whl.
File metadata
- Download URL: sseqs-0.0.11-py3-none-any.whl
- Upload date:
- Size: 74.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd2976d0ed93333378085cca19be61089cf358195596dff859e52e860a23765f
|
|
| MD5 |
4d23aec71d1f77df7ee5685732a00b6b
|
|
| BLAKE2b-256 |
8113e6c5976123377fb00a91366c18f4479f6f6178c38960f61f7daa1f281596
|