guestfish

guest filesystem shell

The libguestfs library allows accessing and modifying guest disk images.

python3-dxfile

Reader/Writer for Data Exchange files

A subclass of the h5py (Hierarchical Data Format 5) module for interacting with Data Exchange files.
GTK+ image viewer for comic books

mcomix

GTK+ image viewer for comic books

MComix is an user-friendly, customizable image viewer. It is specifically designed to handle comic books, but also serves as a generic viewer. It reads images in ZIP, RAR, 7Zip or tar archives as well as plain image files. It is written in Python and uses GTK+ through the PyGTK bindings, and runs on both Linux and Windows.

python3-mappy

Python3 interface minimap2

Minimap2 is a versatile sequence alignment program that aligns DNA or mRNA sequences against a large reference database. Typical use cases include: (1) mapping PacBio or Oxford Nanopore genomic reads to the human genome; (2) finding overlaps between long reads with error rate up to ~15%; (3) splice-aware alignment of PacBio Iso-Seq or Nanopore cDNA or Direct RNA reads against a reference genome; (4) aligning Illumina single- or paired-end reads; (5) assembly-to-assembly alignment; (6) full- genome alignment between two closely related species with divergence below ~15%.

node-boolbase

two functions: One that returns true, one that returns false

This very simple module provides two basic functions, one that always returns true (trueFunc) and one that always returns false (falseFunc).

libxs-parse-sublike-perl

XS functions to assist in parsing sub-like syntax

XS::Parse::Sublike provides some XS functions to assist in writing parsers for sub-like syntax, primarily for authors of keyword plugins using the PL_keyword_plugin hook mechanism. It is unlikely to be of much use to anyone else; and highly unlikely to be any use when writing perl code using these. Unless you are writing a keyword plugin using XS, this module is not for you.