Skip to content

Commit

Permalink
2009-07-21 Shaun Jackman <[email protected]>
Browse files Browse the repository at this point in the history
    * Release version 1.0.11.
    * Assemble colour-space reads. Read identifiers must be named with
    the suffixes F3 and R3.
    * Read files in qseq format. Thanks to Tony Raymond (tgr).
    * Prevent misassemblies mediated by tandem segmental duplications.
    A sequence XRRY, where R is a repeat sequence, could have been
    misassembled as XRY. (tgr)

    abyss-pe:
    * Integrate with Sun Grid Engine (SGE). A parallel, paired-end
    assembly can be run with a single qsub command. The parameters
    lib, np and k default to the qsub environment variables JOB_NAME
    (qsub -N), NSLOTS (qsub -pe) and SGE_TASK_ID (qsub -t)
    respectively.
    * The .pair file, the largest intermediate file, is now gzipped.

    ABYSS-P:
    * Bug fix. At k=19, k-mer would be distributed to even-numbered
    processes only.

    KAligner:
    * Multithreaded. The -j, --threads option specifies the number of
    threads to use. The order in which the alignments are output will
    vary from run to run, but the alignments are deterministic and
    will not vary. Each thread reads and aligns one file, so the reads
    must be in more than one file to use this feature. (tgr)


git-svn-id: https://svn.bcgsc.ca/svn/abyss/trunk@49781 ad02020f-2a26-4133-947e-1829317c1416
  • Loading branch information
Shaun Jackman authored and sjackman committed Mar 19, 2012
1 parent 4014f50 commit 6877d91
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
2009-07-21 Shaun Jackman <[email protected]>

* Release version 1.0.11.
* Assemble colour-space reads. Read identifiers must be named with
the suffixes F3 and R3.
* Read files in qseq format. Thanks to Tony Raymond (tgr).
* Prevent misassemblies mediated by tandem segmental duplications.
A sequence XRRY, where R is a repeat sequence, could have been
misassembled as XRY. (tgr)

abyss-pe:
* Integrate with Sun Grid Engine (SGE). A parallel, paired-end
assembly can be run with a single qsub command. The parameters
lib, np and k default to the qsub environment variables JOB_NAME
(qsub -N), NSLOTS (qsub -pe) and SGE_TASK_ID (qsub -t)
respectively.
* The .pair file, the largest intermediate file, is now gzipped.

ABYSS-P:
* Bug fix. At k=19, k-mer would be distributed to even-numbered
processes only.

KAligner:
* Multithreaded. The -j, --threads option specifies the number of
threads to use. The order in which the alignments are output will
vary from run to run, but the alignments are deterministic and
will not vary. Each thread reads and aligns one file, so the reads
must be in more than one file to use this feature. (tgr)

2009-06-18 Shaun Jackman <[email protected]>

* Release version 1.0.10.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
AC_INIT(abyss, 1.0.10, [email protected])
AC_INIT(abyss, 1.0.11, [email protected])
AM_INIT_AUTOMAKE(foreign)
AC_CONFIG_SRCDIR([ABYSS/Abyss.cpp])
AC_CONFIG_HEADER([config.h])
Expand Down

0 comments on commit 6877d91

Please sign in to comment.