bwa

Burrows-Wheeler Aligner

BWA is a software package for mapping low-divergent sequences against a large reference genome, such as the human genome. It consists of three algorithms: BWA-backtrack, BWA-SW and BWA-MEM. The first algorithm is designed for Illumina sequence reads up to 100bp, while the rest two for longer sequences ranged from 70bp to 1Mbp. BWA-MEM and BWA-SW share similar features such as long-read support and split alignment, but BWA-MEM, which is the latest, is generally recommended for high-quality queries as it is faster and more accurate. BWA-MEM also has better performance than BWA-backtrack for 70-100bp Illumina reads.

python3-cmor

Python3 interface to CMOR

This is a Python3 interface to CMOR, the Climate Model Output Rewriter.

asterisk-modules

loadable modules for the Asterisk PBX

Asterisk is an Open Source PBX and telephony toolkit.

libsysstat-qt6-1

Qt-based interface to system statistics

SysStat is a Qt-based interface to system statistics.

python3-pyialarm

Library to interface with iAlarm systems and related brands

This library allows for communication with iAlarm systems, providing integration capabilities with several alarm system brands, including Meian and Emooluxr. It utilizes the same API used by the official Android and iOS applications for interaction, ensuring compatibility and efficient operation. Users can control various aspects of the alarm systems remotely, including arming and disarming the systems in different modes. The library is primarily designed to be used with home automation platforms, offering an interface that facilitates remote management of connected alarm systems over a local network via Wi-Fi.

libapache2-authcookie-perl

Perl Authentication and Authorization via cookies

This module is for mod_perl version 2. If you are running mod_perl version 1, you should be using Apache::AuthCookie instead.