-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
69 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,60 @@ | ||
2014-05-01 Anthony Raymond <[email protected]> | ||
|
||
* Release version 1.5.0 | ||
* Assemble strand-specific RNA-Seq libraries into strand-specific | ||
contigs. | ||
* New parameters, Q and xtip. Improves assembly in high-coverage | ||
regions by removing recurrent read errors. | ||
* Portability fixes for Fujitsu C Compiler. | ||
|
||
abyss-pe: | ||
* New parameter, `Q`, to mask low quality bases to N. | ||
* New parameter, `xtip=1`, to remove 2-in 0-out tips. | ||
* New parameter, `ss=1`, to perform strand-specific assembly | ||
using ssRNA-Seq libraries. | ||
* New command, `scaftigs`. Breaks scaffold sequences at 'N's and | ||
produce a scaftigs.fa file. | ||
* Include long-scaffs.fa in FAC statistics if `long` parameter | ||
used. | ||
|
||
abyss-fixmate: | ||
* Performance improvement for GCC-4.6 and older. | ||
|
||
DistanceEst: | ||
* Report an estimation of duplicate fragments from read pairs | ||
mapping to different contigs. | ||
|
||
abyss-fixmate: | ||
* Report number of fragments removed as noise and outliers. | ||
|
||
ABYSS/ABYSS-P: | ||
* New option, --SS, to support strand-specific assembly. | ||
|
||
abyss-layout: | ||
* New option, --SS, to support strand-specific assembly. | ||
|
||
abyss-map: | ||
* New option, --SS, to support strand-specific assembly. | ||
|
||
abyss-overlap: | ||
* New option, --SS, to support strand-specific assembly. | ||
|
||
abyss-PathOverlap: | ||
* New option, --SS, to support strand-specific assembly. | ||
|
||
abyss-scaffold: | ||
* New option, --SS, to support strand-specific assembly. | ||
* Don't prune xtips when scaffolding. | ||
|
||
AdjList: | ||
* New option, --SS, to support strand-specific assembly. | ||
|
||
Overlap: | ||
* New option, --SS, to support strand-specific assembly. | ||
|
||
PopBubbles: | ||
* New option, --SS, to support strand-specific assembly. | ||
|
||
2013-11-20 Anthony Raymond <[email protected]> | ||
|
||
* Release version 1.3.7 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#!/usr/bin/make -rRf | ||
# Run the ABySS assembler. | ||
# Written by Shaun Jackman <[email protected]>. | ||
# Written by Shaun Jackman <[email protected]> and | ||
# Anthony Raymond <[email protected]>. | ||
|
||
# Set pipefail to require that all commands of a pipe must succeed. | ||
SHELL=/bin/bash -o pipefail | ||
|
@@ -263,8 +264,8 @@ Report bugs to <[email protected]>.\n' | |
|
||
version: | ||
@printf '\ | ||
abyss-pe (ABySS) 1.3.7\n\ | ||
Written by Shaun Jackman.\n\ | ||
abyss-pe (ABySS) 1.5.0\n\ | ||
Written by Shaun Jackman and Anthony Raymond.\n\ | ||
\n\ | ||
Copyright 2012 Canada'\''s Michael Smith Genome Science Centre\n' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.62) | ||
AC_INIT(ABySS, 1.3.7, [email protected], abyss, | ||
AC_INIT(ABySS, 1.5.0, [email protected], abyss, | ||
http://www.bcgsc.ca/platform/bioinfo/software/abyss) | ||
AM_INIT_AUTOMAKE(1.9.6 foreign subdir-objects) | ||
AC_CONFIG_SRCDIR([ABYSS/Abyss.cpp]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.