jellyfish-examples

count k-mers in DNA sequences (examples for testing)

JELLYFISH is a tool for fast, memory-efficient counting of k-mers in DNA. A k-mer is a substring of length k, and counting the occurrences of all such substrings is a central step in many analyses of DNA sequence. JELLYFISH can count k-mers using an order of magnitude less memory and an order of magnitude faster than other k-mer counting packages by using an efficient encoding of a hash table and by exploiting the "compare-and-swap" CPU instruction to increase parallelism.

libwireshark17t64

network packet dissection library -- shared library

The libwireshark library provides the network packet dissection services developed by the Wireshark project.

libwcstools1t64

Handle the WCS of a FITS image (shared library)

WCSTools is a set of software utilities, written in C, which create, display and manipulate the world coordinate system of a FITS or IRAF image, using specific keywords in the image header which relate pixel position within the image to position on the sky. Auxiliary programs search star catalogs and manipulate images.

libwim15t64

Library for manipulating Windows Imaging files

wimlib is a C library for extracting, creating, modifying, and mounting WIM (Windows Imaging) files.

cpp-13-mips-linux-gnu

GNU C preprocessor for mips-linux-gnu

A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation.

cpp-13-mips64-linux-gnuabi64

GNU C preprocessor for mips64-linux-gnuabi64

A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation.