python3-avro
Apache Avro serialization system (Python 3 library)
Apache Avro is a data serialization system providing
* Rich data structures.
* A compact, fast, binary data format.
* A container file, to store persistent data.
* Remote procedure call (RPC).
* Simple integration with dynamic languages. Code generation is not
required to read or write data files nor to use or implement RPC protocols.
Code generation as an optional optimization, only worth implementing for
statically typed languages.
python3-healpy
HEALPix representation of spherical data - Python3 interface
HEALPix is an acronym for Hierarchical Equal Area isoLatitude Pixelization
of a sphere. As suggested in the name, this pixelization produces a
subdivision of a spherical surface in which each pixel covers the same
surface area as every other pixel. It is commonly used to store all-sky
astronomical images, most famously maps of the cosmic microwave background.
python3-cdsapi
Python 3 interface for the ECMWF CDS API
Python library for the API of the European Centre for Medium-Range
Weather Forecasts' (ECMWF) Climate Data Store (CDS).
libc-devtools
GNU C Library: Development tools
This package contains development tools shipped by the GNU C
Library.
primer3-examples
tool to design flanking oligo nucleotides for DNA amplification (examples)
Primer3 picks primers for Polymerase Chain Reactions (PCRs), considering as
criteria oligonucleotide melting temperature, size, GC content and
primer-dimer possibilities, PCR product size, positional constraints within
the source sequence, and miscellaneous other constraints. All of these
criteria are user-specifiable as constraints, and some are specifiable as
terms in an objective function that characterizes an optimal primer pair.
r-cran-dbi
GNU R package providing a generic database interface
A generic database interface (DBI) definition for communication
between R and relational database management systems -- similar to
Perl's DBI system. All classes in this package are virtual and need
to be extended by the various R/DBMS implementations as e.g. RMySQL.