libswami0
MIDI instrument editor - shared libraries
libswiften3
XMPP library
libgdbussyncevo0
Sync personal information data via SyncML/CalDAV/CardDAV (shared gdbus library)
SyncEvolution synchronizes contact, calendar and task items via SyncML and
CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server
to sync PIM data in Evolution, but a plain file storage is also supported.
Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and
incremental synchronization of items are supported. SyncEvolution can act as
a SyncML/DAV client and SyncML server.
pal2nal
converts proteins to genomic DNA alignment
PAL2NAL is a program that converts a multiple sequence alignment
of proteins and the corresponding DNA (or mRNA) sequences into
a codon-based DNA alignment. The program automatically assigns
the corresponding codon sequence even if the input DNA sequence
has mismatches with the input protein sequence, or contains UTRs,
polyA tails. It can also deal with frame shifts in the input
alignment, which is suitable for the analysis of pseudogenes.
The resulting codon-based DNA alignment can further be subjected
to the calculation of synonymous (Ks) and non-synonymous (Ka)
substitution rates.
python3-fast-histogram
Fast 1D and 2D histogram functions in Python
fast-histogram aims to provide simple and fast histogram functions for
regular bins that don't compromise on performance. It doesn't do
anything complicated - it just implements a simple histogram algorithm in C and
keeps it simple. The aim is to have functions that are fast but also robust and
reliable. The result is a 1D histogram function here that is 7-15x faster than
numpy.histogram, and a 2D histogram function that is 20-25x faster than
numpy.histogram2d.
python3-braceexpand
Bash-style brace expansion for Python
Implements Brace Expansion as described in the bash documentation.