update to archive 2024.10.16
update to latest macros.
update release year
merge r279 from trunk.
with empty 1st arg, macro test for C++11 features with CXX first without added switches.
update copyright years
avoid deprecation warnings from yat.
require yat 0.22
prefer std::shared_ptr over boost version.
update URLs to guidelines.
update download URL (reported by Jari Hakkinen)
fix typo causing incorrect dependency for normal.fasta file.
previously altered generated file tandem_staggered.dir/tumour.data; here update the src file instead. Also make rules explicit and not SUFFIX based (which is confusing)
using bwa mem to map test data; some tests have to be adjusted to PASS.
update to autoconf-archive-2022.09.03
upgrade to autoconf-archive 2022.02.11
upgrade 3rd-party autoconf macros
bump version to 0.10.1pre
merge release 0.10 into trunk
tagging version 0.10
update copyright years
preparing release 0.10
fix problem in Reader: secondary reads were considered as clipped reads; and supplemantary reads were considered as discordant.
bumping version to 0.11pre
New stable branch 0.10
update copyright years
prepare 0.10-stable branch
less log
update copyright years
ignore copyright in third party files
add header file in dist
add missing file
avoid compiler warnings
add missing file
fix candidate
turn variable split_read_threshold into an unsigned int; log a bit more frequent when few jobs remaining
some more checks for clear stderr
remove debug code
respect THREADS variable
remove debug code
when running janda in tests, log to file and check that stderr is clean
print log.txt into test log
major refactor
prefer std instead of boost
check for options needed for thread support
prefer std rather than boost
fix compiler error
marking failing tests as XFAIL_TESTS
remove debug code
fix compiler (gcc 6.4.0) warnings
prefer including YAT_SAM_HEADER, to allow building against old libbam headers
correct link order to make it work on ubuntu
don't try to create bam when tools are not available
add missing includes
flush log message
updating --version output as suggested by GCS
remove debug code
use count_threshold also for medium sized variants
ignore supplementary reads in isize distribution inference; count fragments instead of reads
update copyright years
link against boost-chrono
remove devel branch
merge parallel branch into trunk
add missing file
merge latest trunk changes into branch
use yat::omic::Fasta::Sequence; and fix some 0/1-based related bug in the Aligner
correct typo
use yat::omic::Fasta
TESTs pass
tests pass but still a few FIXMEs
update to latest yat macro
require cxx11
remove code catering for yat prior 0.14
require yat 0.14 because we use dna_reverse_complement in yat
add missing dependencies
avoid pedantic compiler warnings
save environment variables so we can restore later
fix some spurious test failures and merge F.U.
bump version to 0.9.2pre
merge release 0.9.1 into trunk
tagging version 0.9.1
update copyright years
preparing release 0.9.1
latest yat macro
test no_normal uses data from somatic.test; add that dependency in Makefile.
change needed to work with latest autoconf-archive
upgrade to autoconf-archive-2019.01.06
upgrade to latest yat
copy flags from yat verbatimly
fix compilations against htslib, avoid compiler warnings, and fix spurious test failures
remove dead files
remove dead files
remove TmpBam
leftover
remove dead files
remove class ClippedFilter