Skip to content

Commit d908f48

Browse files
authored
Release 2.2.5 (#348)
* release 2.2.5 * ChangeLog: add poster link to RResolver * ChangeLog: improve RResolver description * ChangeLog: improve RResolver description
1 parent 23d1d9b commit d908f48

7 files changed

Lines changed: 23 additions & 7 deletions

File tree

ChangeLog

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2020-09-17 Johnathan Wong <jowong@bcgsc.ca>
2+
3+
* Release version 2.2.5
4+
5+
General:
6+
* Resolve various compilation errors in newer versions of clang
7+
* Use ntHash's 0th hash as the default hash instead of the 1st hash
8+
* Added optional RResolver module, not currently part of the ABySS assembly pipeline
9+
10+
abyss-rresolver-short:
11+
* Improves genome assemblies at unitig stage by using a sliding window at read size level
12+
across repeats to determine which paths are correct
13+
* For further information: consult http://www.birollab.ca/assets/posts/195_Nikolic_Vladimir_HiTSeq_ISMB2020.pdf
14+
15+
misc:
16+
* Extract all tags in a SAM file
17+
118
2020-01-30 Johnathan Wong <jowong@bcgsc.ca>
219

320
* Release version 2.2.4
@@ -14,7 +31,6 @@
1431
abyss-bloom-dbg:
1532
* Report coverage information of unitigs
1633

17-
1834
2019-09-20 Johnathan Wong <jowong@bcgsc.ca>
1935

2036
* Release version 2.2.3

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

bin/abyss-pe

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

400400
version:
401-
@echo "abyss-pe (ABySS) 2.2.4"
401+
@echo "abyss-pe (ABySS) 2.2.5"
402402
@echo "Written by Shaun Jackman and Anthony Raymond."
403403
@echo
404404
@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.2.4, abyss-users@bcgsc.ca, abyss,
2+
AC_INIT(ABySS, 2.2.5, 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.2.4" "User Commands"
1+
.TH ABYSS "1" "2015-May" "ABYSS (ABySS) 2.2.5" "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.2.4" "User Commands"
1+
.TH abyss-pe "1" "2015-May" "abyss-pe (ABySS) 2.2.5" "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.2.4" "User Commands"
1+
.TH abyss-tofastq "1" "2015-May" "ABySS 2.2.5" "User Commands"
22
.SH NAME
33
abyss-tofastq \- convert various file formats to FASTQ format
44
.br

0 commit comments

Comments
 (0)