Skip to content

Commit f88beae

Browse files
authored
Prepare for release v2.3.6 (#465)
* Prepare for release v2.3.6 * Update gcc version for mac_gcc test to be consistent with current brew bottle * brew install gcc@12
1 parent d8ff33f commit f88beae

File tree

8 files changed

+18
-8
lines changed

8 files changed

+18
-8
lines changed

ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2023-05-02 Lauren Coombe <lcoombe@bcgsc.ca>
2+
3+
* Release version 2.3.6
4+
5+
General:
6+
* btllib is now a dependency
7+
* Documentation updates
8+
9+
abyss-rresolver-short:
10+
* btllib source code removed due to btllib now being a dependency
11+
112
2022-05-11 Vladimir Nikolic <vnikolic@bcgsc.ca>
213

314
* Release version 2.3.5

Misc/samtobreak.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ parseArgs = do
279279
where
280280
help = putStr (usageInfo usage options) >> exitSuccess
281281
tryHelp = "Try 'abyss-samtobreak --help' for more information."
282-
version = "abyss-samtobreak (ABySS) 2.3.5\n"
282+
version = "abyss-samtobreak (ABySS) 2.3.6\n"
283283
usage = "Usage: samtobreak [OPTION]... [FILE]...\n\
284284
\Calculate contig and scaffold contiguity and correctness metrics.\n"
285285

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- script: |
77
rm -f /usr/local/bin/2to3 # brew is having issues with installing Python
88
brew update
9-
brew install automake boost openmpi google-sparsehash make pandoc ghc
9+
brew install automake boost openmpi google-sparsehash make pandoc ghc gcc@12
1010
displayName: Install common
1111
- script: |
1212
wget https://github.com/bcgsc/btllib/releases/download/v1.5.1/btllib-1.5.1.tar.gz
@@ -15,7 +15,6 @@ jobs:
1515
tar xzf btllib-1.5.1.tar.gz
1616
cd btllib-1.5.1
1717
./compile
18-
pwd
1918
displayName: Install btllib
2019
- script: |
2120
./autogen.sh

bin/abyss-pe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ help:
414414
@echo 'Report bugs to https://github.com/bcgsc/abyss/issues or abyss-users@bcgsc.ca.'
415415

416416
version:
417-
@echo "abyss-pe (ABySS) 2.3.5"
417+
@echo "abyss-pe (ABySS) 2.3.6"
418418
@echo "Written by Shaun Jackman and Anthony Raymond."
419419
@echo
420420
@echo "Copyright 2012 Canada's Michael Smith Genome Science Centre"

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.62)
2-
AC_INIT(ABySS, 2.3.5, abyss-users@bcgsc.ca, abyss,
2+
AC_INIT(ABySS, 2.3.6, abyss-users@bcgsc.ca, abyss,
33
http://www.bcgsc.ca/platform/bioinfo/software/abyss)
44

55
AC_CONFIG_MACRO_DIR([m4])

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" "2015-May" "ABYSS (ABySS) 2.3.5" "User Commands"
1+
.TH ABYSS "1" "2015-May" "ABYSS (ABySS) 2.3.6" "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" "2015-May" "abyss-pe (ABySS) 2.3.5" "User Commands"
1+
.TH abyss-pe "1" "2015-May" "abyss-pe (ABySS) 2.3.6" "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" "2015-May" "ABySS 2.3.5" "User Commands"
1+
.TH abyss-tofastq "1" "2015-May" "ABySS 2.3.6" "User Commands"
22
.SH NAME
33
abyss-tofastq \- convert various file formats to FASTQ format
44
.br

0 commit comments

Comments
 (0)