Path to this page:
./
wip/py-mappy,
Minimap2 python binding
Branch: CURRENT,
Version: 2.18,
Package name: py311-mappy-2.18,
Maintainer: pkgsrc-users==============================
Mappy: Minimap2 Python Binding
==============================
Mappy provides a convenient interface to minimap2
<https://github.com/lh3/minimap2>, a fast and accurate C program to
align genomic and transcribe nucleotide sequences.
Mappy implements two classes and two global functions.
Class mappy.Aligner: performs alignment with the following methods and
property:
- mappy.Aligner(fn_idx_in=None, preset=None, ...)
- mappy.Aligner.map(seq, seq2=None, cs=False, MD=False)
- mappy.Aligner.seq(name, start=0, end=0x7fffffff)
- mappy.Aligner.seq_names
Class mappy.Alignment: describes a single alignment
mappy.fastx_read(fn, read_comment=False): generator for a FASTA/FASTQ
file
mappy.revcomp(seq): return the reverse complement of DNA string
Master sites:
Filesize: 127.443 KB
Version history: (Expand)
- (2024-05-13) Updated to version: py311-mappy-2.18
- (2023-02-13) Package has been reborn
- (2023-02-13) Updated to version: py310-mappy-2.18
- (2021-10-08) Updated to version: py39-mappy-2.18
- (2021-06-08) Package added to pkgsrc.se, version py38-mappy-2.18 (created)