Skip to content

Commit 56e56cd

Browse files
committed
Release 1.3.7
1 parent 8be9d34 commit 56e56cd

6 files changed

Lines changed: 53 additions & 5 deletions

File tree

ChangeLog

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
2013-11-20 Anthony Raymond <traymond@bcgsc.ca>
2+
3+
* Release version 1.3.7
4+
* Use long sequences to rescaffold scaffolds. May be run by
5+
adding libraries to the `long’ parameter. When Scaffolding
6+
with RNA-Seq contigs from a Trans-ABySS assembly, the genic
7+
contiguity is greatly improved.
8+
* Added support gcc 4.8+, and Mac OS X 10.9 Mavericks with clang.
9+
* Licensed as GPL for non-commercial purposes.
10+
11+
abyss-fac:
12+
* Added e-size to contiguity statistics as described in the GAGE
13+
paper.
14+
15+
abyss-filtergraph:
16+
* Bug fix. `--assemble’ will not fail an assertion.
17+
* New option, --max-length, used to remove contigs over the
18+
specified threshold.
19+
* Trim 2-in 0-out tips when removing tips.
20+
21+
abyss-map:
22+
* Bug fix. Correctly set mapq=0 for reads that multi map.
23+
24+
abyss-longseqdist:
25+
* New program. Generate distance estimates between all contigs a
26+
single read maps to.
27+
28+
abyss-mergepairs:
29+
* Report number of reads chastity filtered.
30+
31+
abyss-overlap:
32+
* Bug fix. Handle ambiguity codes.
33+
34+
abyss-pe:
35+
* Support BWA-MEM with assembly. Run using parameter
36+
`aligner=bwamem’.
37+
* Added another scaffolding stage using long sequences. May be
38+
run by adding libraries to the `long’ parameter.
39+
40+
ABYSS-P:
41+
* Bug fix. Do not use awk to merge fasta files.
42+
43+
abyss-samtobreak:
44+
* Building bug fix. Check that ghc modules are installed.
45+
46+
UnitTest:
47+
* The Google C++ testing framework has been added to ABySS.
48+
149
2013-07-15 Anthony Raymond <traymond@bcgsc.ca>
250

351
* Release version 1.3.6

bin/abyss-pe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Report bugs to <abyss-users@bcgsc.ca>.\n'
237237

238238
version:
239239
@printf '\
240-
abyss-pe (ABySS) 1.3.6\n\
240+
abyss-pe (ABySS) 1.3.7\n\
241241
Written by Shaun Jackman.\n\
242242
\n\
243243
Copyright 2012 Canada'\''s Michael Smith Genome Science Centre\n'

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.59)
2-
AC_INIT(ABySS, 1.3.6, abyss-users@bcgsc.ca, abyss,
2+
AC_INIT(ABySS, 1.3.7, abyss-users@bcgsc.ca, abyss,
33
http://www.bcgsc.ca/platform/bioinfo/software/abyss)
44
AM_INIT_AUTOMAKE(foreign subdir-objects)
55
AC_CONFIG_SRCDIR([ABYSS/Abyss.cpp])

doc/ABYSS.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH ABYSS "1" "2013-Jul" "ABYSS (ABySS) 1.3.6" "User Commands"
1+
.TH ABYSS "1" "2013-Nov" "ABYSS (ABySS) 1.3.7" "User Commands"
22
.SH NAME
33
ABYSS \- assemble short reads into contigs
44
.SH SYNOPSIS

doc/abyss-pe.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH abyss-pe "1" "2013-Jul" "abyss-pe (ABySS) 1.3.6" "User Commands"
1+
.TH abyss-pe "1" "2013-Nov" "abyss-pe (ABySS) 1.3.7" "User Commands"
22
.SH NAME
33
abyss-pe - assemble reads into contigs
44
.SH SYNOPSIS

doc/abyss-tofastq.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH abyss-tofastq "1" "2013-Jul" "ABySS 1.3.6" "User Commands"
1+
.TH abyss-tofastq "1" "2013-Nov" "ABySS 1.3.7" "User Commands"
22
.SH NAME
33
abyss-tofastq \- convert various file formats to FASTQ format
44
.br

0 commit comments

Comments
 (0)