a tool to analyze optical mapping data, with _de novo_ repeat motif detection and analysis capabilities
Project description
OMACASE
an open-source standalone Python package to analyze optical mapping data, with de novo repeat motif detection and analysis capabilities
License
- GPL-3.0-or-later
Written in & for
- Python 3.8+
Requirements
- 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
Installation
python3 -m pip install --user omacase
(Alternatively) Runninng inside a Docker container
docker build .docker run {image ID}ORdocker run ccneko/omacase(pending registrations)
Getting Started
Below are some simple instructions to help you start using OMACASE
Importing the package in Python
import omacase
Reading BNX / CMAP input in custom Python script
your_bnx = opmap.BNX(your_bnx_path)your_cmap = opmap.CMAP(your_cmap_path)
Publication
- Chung CYL, Chan TF. OMACASE: Optical Mapping Quality Control and Repeat Detection Software. (Manuscript in preparation)
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
omacase-1.0.tar.gz
(292.3 kB
view hashes)
Built Distribution
omacase-1.0-py3-none-any.whl
(289.2 kB
view hashes)