ABySS 1.0.9 (May 15, 2009)

ABySS

Significantly reduce the memory usage of KAligner and ParseAligns. abyss-pe can read multiple input files and read FASTA or FASTQ files.

For additional information about this project, please visit the overview page .

Available downloads

Source

For all platforms (216 kB)

Release Notes

State Final release
License AFL

2009-05-15 Shaun Jackman <sjackman@bcgsc.ca>

* Release version 1.0.9.

abyss-pe:
* Allow multiple input files specified by the parameter `in'.
* Support reading FASTA or FASTQ file formats.

KAligner:
* Support using Google sparsehash to reduce memory usage.
Google sparsehash does not provide a multimap, so KAligner built
using Google sparsehash cannot handle a duplicate k-mer in the
reference sequence. It will print an error message and die if a
duplicate k-mer is encountered. If Google sparsehash is not used,
the standard STL multimap will be used which does permit duplicate
k-mer.
* Support reading the query sequence from standard input.

ParseAligns:
* Significantly reduce memory usage if the mate reads are
encountered one after the next in the same file.