libdir-self-perl
module providing a __DIR__ constant for the directory of the source file
Perl has two pseudo-constants describing the current location in your source
code, __FILE__ and __LINE__. Dir::Self adds __DIR__, which expands to the
directory your source file is in, as an absolute pathname.
tophat
fast splice junction mapper for RNA-Seq reads
TopHat aligns RNA-Seq reads to mammalian-sized genomes using the ultra
high-throughput short read aligner Bowtie, and then analyzes the
mapping results to identify splice junctions between exons.
TopHat is a collaborative effort between the University of Maryland
Center for Bioinformatics and Computational Biology and the
University of California, Berkeley Departments of Mathematics and
Molecular and Cell Biology.
gem-plugin-v4l2
Graphics Environment for Multimedia - V4L2 output support
Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics
rendering and animation to Pd. Pd is a graphical programming language and
computer music system.
ubuntu-xsplash-artwork
Ubuntu artwork for xsplash
python-commando
wrapper for argparse to define declaratively (Python 2)
A simple wrapper for `argparse` that allows commands and arguments to be
defined declaratively using decorators. Note that this does not support all
the features of `argparse` yet.
python3-fastjsonschema
validation of JSON documents by JSON schema drafts 04/06/07
Fastjsonschema implements validation of JSON documents by JSON schema.