Skip to content

Commit 5dc06d6

Browse files
authored
Prepare for release v2.3.10 (#488)
1 parent 9ef1f4b commit 5dc06d6

File tree

8 files changed

+14
-7
lines changed

8 files changed

+14
-7
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2024-10-18 Lauren Coombe <[email protected]>
2+
3+
* Release version 2.3.10
4+
5+
General:
6+
* Fix usage of `N` and `S` parameters for scaffolding stage
7+
18
2024-09-11 Johnathan Wong <[email protected]>
29

310
* Release version 2.3.9

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.9\n"
282+
version = "abyss-samtobreak (ABySS) 2.3.10\n"
283283
usage = "Usage: samtobreak [OPTION]... [FILE]...\n\
284284
\Calculate contig and scaffold contiguity and correctness metrics.\n"
285285

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Release](https://img.shields.io/github/release/bcgsc/abyss.svg)](https://github.com/bcgsc/abyss/releases)
2-
[![Downloads](https://img.shields.io/github/downloads/bcgsc/abyss/total?logo=github)](https://github.com/bcgsc/abyss/releases/download/2.3.9/abyss-2.3.9.tar.gz)
2+
[![Downloads](https://img.shields.io/github/downloads/bcgsc/abyss/total?logo=github)](https://github.com/bcgsc/abyss/releases/download/2.3.10/abyss-2.3.10.tar.gz)
33
[![Conda](https://img.shields.io/conda/dn/bioconda/abyss?label=Conda)](https://anaconda.org/bioconda/abyss)
44
[![Issues](https://img.shields.io/github/issues/bcgsc/abyss.svg)](https://github.com/bcgsc/abyss/issues)
55

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 [email protected].'
415415

416416
version:
417-
@echo "abyss-pe (ABySS) 2.3.9"
417+
@echo "abyss-pe (ABySS) 2.3.10"
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.9, [email protected], abyss,
2+
AC_INIT(ABySS, 2.3.10, [email protected], 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.9" "User Commands"
1+
.TH ABYSS "1" "2015-May" "ABYSS (ABySS) 2.3.10" "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.9" "User Commands"
1+
.TH abyss-pe "1" "2015-May" "abyss-pe (ABySS) 2.3.10" "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.9" "User Commands"
1+
.TH abyss-tofastq "1" "2015-May" "ABySS 2.3.10" "User Commands"
22
.SH NAME
33
abyss-tofastq \- convert various file formats to FASTQ format
44
.br

0 commit comments

Comments
 (0)