python3.4-venv

Interactive high-level object-oriented language (pyvenv binary, version 3.4)

libsfgfortran-4.8-dev-armhf-cross

Runtime library for GNU Fortran applications (soft float ABI development files)

libghc-pipes-parse-prof

parsing infrastructure for the pipes ecosystem; profiling libraries

pipes-parse builds upon the pipes library to provide shared parsing idioms and utilities: * Perfect Streaming: Program in a list-like style in constant memory * Leftovers: Save unused input for later consumption * Connect and Resume: Use StateT to save unused input for later * Termination Safety: Detect and recover from end of input

guncat

Catenates files while decrypting PGP-encrypted sections

Guncat acts like unix's cat command, but handles (partially) encrypted sections of processed files. Sections of guncat's input files which are surrounded by -----BEGIN PGP MESSAGE----- and -----END PGP MESSAGE----- markers are decrypted before being concatenated to the standard output stream.

rtax

Classification of sequence reads of 16S ribosomal RNA gene

Short-read technologies for microbial community profiling are increasingly popular, yet previous techniques for assigning taxonomy to paired-end reads perform poorly. RTAX provides rapid taxonomic assignments of paired-end reads using a consensus algorithm.

python3-cached-property

Provides cached-property for decorating methods in classes (Python 3)

This Python module * makes caching of time or computational expensive properties quick and easy. * is simple to use. * works in Python 2 and 3.