Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
traymond committed May 8, 2014
1 parent d0f1113 commit ca30dfc
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2014-05-07 Anthony Raymond <traymond@bcgsc.ca>

* Release version 1.5.1
* Fix an issue with strand-specific RNA-Seq assembly when running
`abyss-filtergraph --assemble --SS`.
* Portability fixes for Fujitsu C Compiler (FCC).

abyss-filtergraph:
* Assemble contigs in forward orientation with `--assemble --SS`

abyss-pe:
* Fix some cases where abyss-pe uses incorrect executables

ABYSS-P:
* Portability fix with FCC

2014-05-01 Anthony Raymond <traymond@bcgsc.ca>

* Release version 1.5.0
Expand Down
2 changes: 1 addition & 1 deletion bin/abyss-pe
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Report bugs to <abyss-users@bcgsc.ca>.\n'

version:
@printf '\
abyss-pe (ABySS) 1.5.0\n\
abyss-pe (ABySS) 1.5.1\n\
Written by Shaun Jackman and Anthony Raymond.\n\
\n\
Copyright 2012 Canada'\''s Michael Smith Genome Science Centre\n'
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.62)
AC_INIT(ABySS, 1.5.0, abyss-users@bcgsc.ca, abyss,
AC_INIT(ABySS, 1.5.1, abyss-users@bcgsc.ca, abyss,
http://www.bcgsc.ca/platform/bioinfo/software/abyss)
AM_INIT_AUTOMAKE(1.9.6 foreign subdir-objects)
AC_CONFIG_SRCDIR([ABYSS/Abyss.cpp])
Expand Down
2 changes: 1 addition & 1 deletion doc/ABYSS.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH ABYSS "1" "2014-May" "ABYSS (ABySS) 1.5.0" "User Commands"
.TH ABYSS "1" "2014-May" "ABYSS (ABySS) 1.5.1" "User Commands"
.SH NAME
ABYSS \- assemble short reads into contigs
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/abyss-pe.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH abyss-pe "1" "2014-May" "abyss-pe (ABySS) 1.5.0" "User Commands"
.TH abyss-pe "1" "2014-May" "abyss-pe (ABySS) 1.5.1" "User Commands"
.SH NAME
abyss-pe - assemble reads into contigs
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/abyss-tofastq.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH abyss-tofastq "1" "2014-May" "ABySS 1.5.0" "User Commands"
.TH abyss-tofastq "1" "2014-May" "ABySS 1.5.1" "User Commands"
.SH NAME
abyss-tofastq \- convert various file formats to FASTQ format
.br
Expand Down
6 changes: 3 additions & 3 deletions doc/flowchart.graffle
Original file line number Diff line number Diff line change
Expand Up @@ -5198,7 +5198,7 @@
{\colortbl;\red255\green255\blue255;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc

\f0\b\fs28 \cf0 ABySS paired-end pipeline version 1.5.0}</string>
\f0\b\fs28 \cf0 ABySS paired-end pipeline version 1.5.1}</string>
<key>VerticalPad</key>
<integer>0</integer>
</dict>
Expand Down Expand Up @@ -8382,7 +8382,7 @@
<key>MasterSheets</key>
<array/>
<key>ModificationDate</key>
<string>2014-05-01 22:25:41 +0000</string>
<string>2014-05-07 21:55:17 +0000</string>
<key>Modifier</key>
<string>Tony Raymond</string>
<key>NotesVisible</key>
Expand Down Expand Up @@ -8413,7 +8413,7 @@
<key>NSPaperName</key>
<array>
<string>string</string>
<string>69FD0149-2077-40BA-84CF-28739E407FEB</string>
<string>3F3966D3-439E-49FE-9DBC-7CBF4BBA8A92</string>
</array>
<key>NSPaperSize</key>
<array>
Expand Down
Binary file modified doc/flowchart.pdf
Binary file not shown.

0 comments on commit ca30dfc

Please sign in to comment.