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
- Host: GitHub
- URL: https://github.com/wtsi-hgi/13amp
- Owner: wtsi-hgi
- License: gpl-3.0
- Created: 2015-06-30T11:22:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-15T13:44:54.000Z (over 9 years ago)
- Last Synced: 2025-01-26T19:09:10.156Z (3 months ago)
- Language: C
- Homepage:
- Size: 402 KB
- Stars: 2
- Watchers: 19
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README-hacking
- License: LICENSE
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