An open API service indexing awesome lists of open source software.

https://github.com/wtsi-hgi/13amp

Userspace CRAM-to-BAM translation virtual filesystem
https://github.com/wtsi-hgi/13amp

Last synced: about 2 months ago
JSON representation

Userspace CRAM-to-BAM translation virtual filesystem

Awesome Lists containing this project

README

        

On initial checkout from git, checkout gnulib from git and run bootstrap (which calls autoreconf) by running: ./autogen.sh

Once gnulib is in place, you can safely call ./autogen.sh again to autoreconf (if changes are made to .ac, .am, or .in files).

To add gnulib modules, add them to bootstrap.conf and then run ./bootstrap again (or remove the gnulib directory and run ./autogen.sh)

When coding C files, use the GNU Coding Standards: https://www.gnu.org/prep/standards/standards.html