libfastahack 1.0.0+dfsg-2ubuntu1 source package in Ubuntu
Changelog
libfastahack (1.0.0+dfsg-2ubuntu1) focal; urgency=medium * debian/libfastahack0.symbols: mark another templated symbol optional for compatibility with current Ubuntu ppc64el toolchain. -- Steve Langasek <email address hidden> Tue, 07 Jan 2020 22:38:18 -0800
Upload details
- Uploaded by:
- Steve Langasek
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libfastahack_1.0.0+dfsg.orig.tar.xz | 8.9 KiB | 41e512b34158564ae83355a1e11a5ae366f3ca9ac4a31ef80f3f26f3438a91af |
libfastahack_1.0.0+dfsg-2ubuntu1.debian.tar.xz | 6.4 KiB | 6728d9911e9833d5317afb6aabef7cef652f6c5d2d6d57c47ac3b72f9155db58 |
libfastahack_1.0.0+dfsg-2ubuntu1.dsc | 2.2 KiB | 163943fb57d3395208c29881cfb54eaac59a0a44231826bc632a9cf92752617f |
Available diffs
Binary packages built by this source
- fastahack: utility for indexing and sequence extraction from FASTA files
fastahack is a small application for indexing and extracting sequences and
subsequences from FASTA files. The included Fasta.cpp library provides a FASTA
reader and indexer that can be embedded into applications which would benefit
from directly reading subsequences from FASTA files. The library automatically
handles index file generation and use.
.
Features:
* FASTA index (.fai) generation for FASTA files
* Sequence extraction
* Subsequence extraction
* Sequence statistics (currently only entropy is provided)
.
Sequence and subsequence extraction use fseek64 to provide fastest-possible
extraction without RAM-intensive file loading operations. This makes fastahack
a useful tool for bioinformaticists who need to quickly extract many
subsequences from a reference FASTA sequence.
- fastahack-dbgsym: debug symbols for fastahack
- libfastahack-dev: library for indexing and sequence extraction from FASTA files (devel)
fastahack is a small application for indexing and extracting sequences and
subsequences from FASTA files. The included Fasta.cpp library provides a FASTA
reader and indexer that can be embedded into applications which would benefit
from directly reading subsequences from FASTA files. The library automatically
handles index file generation and use.
.
Features:
* FASTA index (.fai) generation for FASTA files
* Sequence extraction
* Subsequence extraction
* Sequence statistics (currently only entropy is provided)
.
Sequence and subsequence extraction use fseek64 to provide fastest-possible
extraction without RAM-intensive file loading operations. This makes fastahack
a useful tool for bioinformaticists who need to quickly extract many
subsequences from a reference FASTA sequence.
.
This is the development package containing the statically linked
library and the header files.
- libfastahack0: library for indexing and sequence extraction from FASTA files (lib)
fastahack is a small application for indexing and extracting sequences and
subsequences from FASTA files. The included Fasta.cpp library provides a FASTA
reader and indexer that can be embedded into applications which would benefit
from directly reading subsequences from FASTA files. The library automatically
handles index file generation and use.
.
Features:
* FASTA index (.fai) generation for FASTA files
* Sequence extraction
* Subsequence extraction
* Sequence statistics (currently only entropy is provided)
.
Sequence and subsequence extraction use fseek64 to provide fastest-possible
extraction without RAM-intensive file loading operations. This makes fastahack
a useful tool for bioinformaticists who need to quickly extract many
subsequences from a reference FASTA sequence.
.
This package contains the dynamic library.
- libfastahack0-dbgsym: debug symbols for libfastahack0