Individually annotate long, error-prone nucleotide sequences into proteins
Project description
Welcome to deciphon ๐
Individually annotate long, error-prone nucleotide sequences into proteins
๐ Homepage
โก๏ธ Requirements
- Python >= 3.9
- Pip
- Podman >= 3.4
- Homebrew on MacOS (recommended)
- Pipx for Python package management (recommended)
MacOS
Install Python and Podman:
brew update && brew install python podman pipx
Ensure that your PATH
environment variable is all set:
pipx ensurepath
๐ก You might need to close your terminal and reopen it for the changes to take effect.
Ubuntu (and Debian-based distros)
Install Python and Podman:
sudo apt update && \
sudo apt install python3 python3-pip python3-venv podman --yes && \
python3 -m pip install --user pipx
Ensure that your PATH
environment variable is all set:
python3 -m pipx ensurepath
๐ก You might need to close your terminal and reopen it for the changes to take effect.
Install
pipx install deciphon
Usage
Usage: dcp [OPTIONS] COMMAND [ARGS]...
โญโ Options โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ --version โ
โ --help Show this message and exit. โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
โญโ Commands โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ press Press HMM ASCII file into a Deciphon database one. โ
โ scan Annotate nucleotide sequences into proteins a protein database. โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
Example
Download the minifam.hmm
protein database:
pipx run blx get \
fe305d9c09e123f987f49b9056e34c374e085d8831f815cc73d8ea4cdec84960 \
minifam.hmm
Download the consensus.json
file of sequences:
pipx run blx get \
af483ed5aa42010e8f6c950c42d81bac69f995876bf78a5965f319e83dc3923e \
consensus.hmm
Press it:
dcp press minifam.hmm
Scan it:
dcp scan minifam.hmm consensus.json
๐ค Author
Show your support
Give a โญ๏ธ if this project helped you!
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
Built Distribution
File details
Details for the file deciphon-0.8.0.tar.gz
.
File metadata
- Download URL: deciphon-0.8.0.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.1 Darwin/22.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3dd80e30199d3f2934f06d4f84fdcca74e33657f1a9c6d81d8bf1dc7441f263e |
|
MD5 | 76773e6ab2cf5d3562df58eb5c9ecdc7 |
|
BLAKE2b-256 | e4296000aa8719a08470c03c011a0bb80377a2e60160fa3cd30a472f1035257d |
File details
Details for the file deciphon-0.8.0-py3-none-any.whl
.
File metadata
- Download URL: deciphon-0.8.0-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.1 Darwin/22.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a9eff349e26f137defec243059301b4b69a349485e5a0dc1c32d1e3f889f67a |
|
MD5 | f7ef119cef8511bf5b04a30dc9671701 |
|
BLAKE2b-256 | 45501cb80c4864899592a6fa824bfdc4d336eba590657e8e4f82a7631943e1eb |