an open-source standalone Python package to analyze optical mapping data, with de novo repeat motif detection and analysis capabilities
- GPL-3.0-or-later
- Python 3.8+
- Python 3.8+
- Docker (only if running inside a Docker container)
- wkhtmltopdf for PDF print
- Make sure X11 server has been started for PDF printing
python3 -m pip install --user omacase
docker build .
docker run {image ID}
ORdocker run ccneko/omacase
(pending registrations)
Below are some simple instructions to help you start using OMACASE
import omacase
your_bnx = opmap.BNX(your_bnx_path)
your_cmap = opmap.CMAP(your_cmap_path)
- Chung CYL, Chan TF. OMACASE: Optical Mapping Quality Control and Repeat Detection Software. (Manuscript in preparation)