Skip to content

Commit 8fe42b0

Browse files
author
Andreas Wilm
committed
version 2.1.5
1 parent 9ffbd58 commit 8fe42b0

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

Changelog

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
2019-01-04 Changes in 2.1.4 Andreas Wilm <[email protected]>
2-
* Now using htslib API thanks to John Marshall. Requires htslib >= 1.4. New configure flags
1+
2020-06-15 Changes in 2.1.5 Andreas Wilm <[email protected]>
2+
* Fixed a long-standing Heisenbug related to indel formatting (closes #89)
3+
4+
2020-01-04 Changes in 2.1.4 Andreas Wilm <[email protected]>
5+
* Now using htslib API thanks to John Marshall. Requires htslib >= 1.4. New configure flags
36
replacing SAMTOOLS and HTSLIB: --with-htslib
47
* Minor fixes in parallel caller closing #85
58
* Fixed #58
69
* Enhancements to lofreq2_add_fake_gt.py
10+
711
2017-06-21 Changes in 2.1.3.1 Andreas Wilm <[email protected]>
812
* Fixed bug introduced last minute in 2.1.3 that creates segfault if call is used without -o
13+
914
2017-06-21 Changes in 2.1.3 Andreas Wilm <[email protected]>
1015
* Maintenance release before major rewrite
1116
* Added Python3 support
1217
* Added best practices snakemake workflow
1318
* Little easier on memory in high coverage situations
1419
* Added --force-overwrite option to 'call'
15-
20+
1621
2015-05-19 Changes in 2.1.2 Andreas Wilm <[email protected]>
1722
* 'indelqual' now allows to read bam from stdin
1823
* Fixed bug in 'call' which resulted in negative phred quality

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AC_PREREQ(2.63)
55
# 2.64 which allows to define a URL as well
66
# 2.68 seems to have updated ax_pthread
77

8-
AC_INIT([LoFreq_Star], [2.1.4], [[email protected]])
8+
AC_INIT([LoFreq_Star], [2.1.5], [[email protected]])
99

1010
# The AC_INIT macro can take any source file as an argument. It just
1111
# checks that the file is there, which should, in turn, mean that the

dist/lofreq_star-2.1.5.tar.gz

442 KB
Binary file not shown.
358 KB
Binary file not shown.

0 commit comments

Comments
 (0)