软件包:libfastahack0(1.0.0+dfsg-10)
libfastahack0 的相关链接
Debian 的资源:
下载源码包 libfastahack:
- [libfastahack_1.0.0+dfsg-10.dsc]
- [libfastahack_1.0.0+dfsg.orig.tar.xz]
- [libfastahack_1.0.0+dfsg-10.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.33)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支持库
-
- dep: libstdc++6 (>= 11)
- GNU 标准 C++ 库,第3版