libsopt3.0t64

Sparse OPTimisation shared library

SOPT is a C package to perform Sparse OPTimisation. It solves a variety of sparse regularisation problems, including the SARA algorithm.

libspread-sheet-widget0

shared library for GTK+ to view and manipulate two dimensional tabular data

GNU Spread Sheet Widget is a library for Gtk+ which provides a widget for viewing and manipulating 2 dimensional tabular data in a manner similar to many popular spread sheet programs.

libsrecord0t64

library for manipulating EPROM load files (runtime)

The srecord library is a collection of powerful C++ classes for manipulating EPROM load files. It reads and writes numerous EPROM file formats, and can perform many different manipulations.

python3-rl-renderpm

contains the ReportLab accelerator module

rl_renderPM is a package containing the ReportLab accelerator module _renderPM which can be used to speedup the reportlab.graphics.renderPM functions.

libsnpsift-java

tool to annotate and manipulate genome variants - lib

SnpSift is a toolbox that allows one to filter and manipulate annotated files. Once the genomic variants have been annotated, one needs to filter them out in order to find the "interesting / relevant variants". Given the large data files, this is not a trivial task (e.g. one cannot load all the variants into XLS spreadsheet). SnpSift helps to perform this VCF file manipulation and filtering required at this stage in data processing pipelines.

python3-enum-tools

tools to expand Python's enum module

The enum tools package provides additional tools to expand the functionality of Python's standard enum module. Here are some of the key features this package offers: - enum_tools.autoenum: This part of the package is a Sphinx extension that enhances the Enums documentation. It has improved documentation compared to what Sphinx's default autoclass convention provides for Enums. - @enum_tools.documentation.document_enum: This is a decorator that allows you to add docstrings to Enums members based on the comments at the end of each line. This can be useful for improving documentation associated with each Enum member. - enum_tools.custom_enums: offers custom enumerations with additional functionality. May include specialized Enums that extend or change the default behavior of the Python enum module.