ABySS 1.0.10 (Jun 18, 2009)
ParseAligns is improved to handle any number of reads as long as mate pairs are found interleaved in the same file. Merge overlapping paired-end contigs that were previously being missed in some situations. Number paired-end contigs so that their IDs do not overlap with the single-end contigs.
For additional information about this project, please visit the overview page .
Available downloads
Release Notes
State | Final release |
---|---|
License | AFL |
2009-06-18 Shaun Jackman <sjackman@bcgsc.ca>
* Release version 1.0.10.
abyss-pe:
* Start an MPI ABySS assembly if the np option is specified.
ABYSS:
* For a non-parallel assembly, allocate more hash buckets to allow
for large single-machine jobs.
* Print the hash load during the loading process.
KAligner:
* Output the IDs of reads that do not align.
* Print a progress report of the number of reads aligned.
ParseAligns:
* To reduce memory usage, do not track reads that did not align.
KAligner and ParseAligns should now be able to handle any number
of reads in a single run.
MergePaths:
* Number paired-end contigs so that their IDs do not overlap with
the single-end contigs. If a single-end contig is not used in a
paired-end contig, its ID will not change.
* Merge overlapping paired-end contigs that were previously
being missed in some situations.
configure:
* Print a warning if Google sparsehash was not found.