|
| 1 | +2015-05-28 Ben Vandervalk <benv@bcgsc.ca> |
| 2 | + |
| 3 | + * Release version 1.9.0 |
| 4 | + * New paired de Bruijn graph mode for assembly. |
| 5 | + * First official release of Sealer, a tool for closing |
| 6 | + scaffold gaps by navigating a Bloom filter de Bruijn graph. |
| 7 | + * New outward extension feature for Konnector to generate |
| 8 | + long pseudo-reads. |
| 9 | + * Support for the DIDA (Distributed Indexing Dispatched |
| 10 | + Alignment) framework, for computing sequence alignments |
| 11 | + in parallel across multiple machines. |
| 12 | + * Unit tests can now be run easily with 'make check', without |
| 13 | + external dependencies. |
| 14 | + |
| 15 | + abyss-bloom: |
| 16 | + * abyss-bloom 'build' command now supports -j option for |
| 17 | + multi-threaded Bloom filter construction. |
| 18 | + |
| 19 | + abyss-map: |
| 20 | + * New --protein option for mapping protein sequences. |
| 21 | + |
| 22 | + abyss-pe: |
| 23 | + * New paired de Bruijn graph mode for assembly. Enable by |
| 24 | + setting `k` to the k-mer pair span and `K` to size of an |
| 25 | + individual k-mer in a k-mer pair. See README.md for further |
| 26 | + details. |
| 27 | + * New `aligner=dida` option for using the DIDA parallel alignment |
| 28 | + framework. See the DIDA section of the abyss-pe man page |
| 29 | + for usage details. |
| 30 | + * New `graph=gfa` option to use the GFA (Graphical |
| 31 | + Fragment Assembly) format for intermediate graph files. |
| 32 | + |
| 33 | + abyss-sealer: |
| 34 | + * New tool for closing scaffold gaps by navigating a Bloom |
| 35 | + filter de Bruijn graph |
| 36 | + * See Sealer/README.md or abyss-sealer man page for details |
| 37 | + and examples. |
| 38 | + |
| 39 | + konnector: |
| 40 | + * New --extend option for extending merged and unmerged |
| 41 | + reads outwards in the de Bruijn graph. |
| 42 | + |
1 | 43 | 2014-07-09 Anthony Raymond <traymond@bcgsc.ca> |
2 | 44 |
|
3 | 45 | * Release version 1.5.2 |
|
0 commit comments