Python library for bioinformatics and scientific computing.
Recommended (global CLI via uv tool):
uv tool install jsrcUsing uv virtual environment:
uv venv
source .venv/bin/activate
uv pip install jsrcUsing Conda virtual environment + pip:
conda create -n jsrc python=3.11 -y
conda activate jsrc
pip install jsrcjsrc --help
jsrc <module> --help
jsrc <module> <subcommand> --help| module | description |
|---|---|
seq |
Sequence extraction, renaming, translation, QC, k-mer, window |
genome |
Genome statistics, feature detection, comparative/evolutionary analysis |
plot |
Gene/exon/chromosome/domain and utility visualizations |
analyze |
Phylogeny, motif, consensus, SNP/INDEL, QC |
grn |
GRN conversion, centrality calculation, build packaging/service |
vision |
Image contour extraction, EFD descriptors, morphology traits |
job |
Background job management (submit/ls/show/logs/kill/history/gc) |
- User/input errors are shown as
Error: <message>. - The same style is used across modules for missing files and invalid arguments.