|
|
@4027
|
3 years |
Peter |
refs #968; fix implementation of SegmentSet::insert_merge and add some …
|
|
|
@4026
|
3 years |
Peter |
add rvalue insert to SegmentSet?; closes #968.
|
|
|
@4025
|
3 years |
Peter |
add move constructor for BamPair?
|
|
|
@4024
|
3 years |
Peter |
refs #968; SegmentTree::insert taking rvalue
|
|
|
@4023
|
3 years |
Peter |
refs #968; Segment constrctor taking rvalues
|
|
|
@4022
|
3 years |
Peter |
prefer std::shared_ptr over boost
|
|
|
@4021
|
3 years |
Peter |
closes #961. Improve message in thrown exceptions.
|
|
|
@4019
|
3 years |
Peter |
merge 0.18 into trunk
|
|
|
@4011
|
3 years |
Peter |
Use std smart pointers instead of boost. Prefer initialisation of …
|
|
|
@4010
|
3 years |
Peter |
Implement move constructo and move-assignment operator for …
|
|
|
@4009
|
3 years |
Peter |
closes #965; Default constructor for DiscreteGeneral?
|
|
|
@4005
|
3 years |
Peter |
int8_t needs <cstdint> when sam.h isn't included
|
|
|
@4004
|
3 years |
Peter |
add \since tag for new exception class invalid_argument
|
|
|
@4003
|
3 years |
Peter |
Add a constructor Aligner::Cigar(string) (closes #962)
Add a function …
|
|
|
@4001
|
3 years |
Peter |
Bumping version to 0.19pre
|
|
|
@3999
|
3 years |
Peter |
update copyright years
|
|
|
@3998
|
3 years |
Peter |
Prepare 0.18-stable branch
|
|
|
@3997
|
3 years |
Peter |
merge 0.17-stable branch into trunk
|
|
|
@3996
|
3 years |
Peter |
prefer std smart pointers
|
|
|
@3995
|
3 years |
Peter |
avoid using macros marked obsolete and instead use versions in LT_ …
|
|
|
@3994
|
3 years |
Peter |
simplify code
|
|
|
@3993
|
3 years |
Peter |
simplify code
|
|
|
@3992
|
3 years |
Peter |
recommend std rather than boost
|
|
|
@3991
|
3 years |
Peter |
new constructor in GenomicPosition?
|
|
|
@3990
|
3 years |
Peter |
prefer name with 'htslib' (instead of 'samtools')
|
|
|
@3987
|
3 years |
Peter |
merge release 0.17.2 into trunk
|
|
|
@3983
|
3 years |
Peter |
remove some text not relevant anymore, when we assume c++11 and htslib
|
|
|
@3982
|
3 years |
Peter |
improve docs
|
|
|
@3980
|
3 years |
Peter |
fixes #957. NegativeBinomial? now inherits from Multivariate
|
|
|
@3977
|
3 years |
Peter |
avoid accessing passed matrix (Ain) after it has been moved.
|
|
|
@3970
|
3 years |
Peter |
explain what position is when inside an insertion
|
|
|
@3969
|
3 years |
Peter |
docs typo
|
|
|
@3968
|
3 years |
Peter |
merge r3967 into trunk
|
|
|
@3966
|
3 years |
Peter |
merge changes in 0.17-stable branch (since 0.17.1) into trunk.
|
|
|
@3964
|
3 years |
Peter |
avoid warning with doxygen 1.8.19
|
|
|
@3963
|
3 years |
Peter |
new function supposed to be used by GSL error handler, resulting in a …
|
|
|
@3962
|
3 years |
Peter |
a4wide used to be the default value for PAPER_TYPE. but with modern …
|
|
|
@3961
|
3 years |
Peter |
fixes #845. Replace default GSL error handler in tests with one that …
|
|
|
@3960
|
3 years |
Peter |
closes #953. Since we are no longer using libboost_thread (or …
|
|
|
@3959
|
3 years |
Peter |
use std::mutex and friends instead of boost variants. refs #953
|
|
|
@3958
|
3 years |
Peter |
change to using std distributions instead of boost. Some distributions …
|
|
|
@3957
|
3 years |
Peter |
closes #890. Implement normalizer::UnityScaler?.
|
|
|
@3956
|
3 years |
Peter |
simplify code
|
|
|
@3955
|
3 years |
Peter |
use std::move and friend rather than internal macro (since we can …
|
|
|
@3954
|
3 years |
Peter |
bind2nd is deprecated in C++11 (and removed in c++17). Replace with …
|
|
|
@3953
|
3 years |
Peter |
refs #890. Implement RangeNormalizer?, a generalization of Centralizer …
|
|
|
@3949
|
3 years |
Peter |
use std::thread rather than boost::thread in test, refs #953
|
|
|
@3948
|
3 years |
Peter |
replace boost::thread with std::thread in Scheduler. refs #953
|
|
|
@3947
|
3 years |
Peter |
fix includes
|
|
|
@3946
|
3 years |
Peter |
use mutex and locks from std:: rather than boost::. refs #953
|
|
|
@3945
|
3 years |
Peter |
avoid hard-coding autotools in tests and instead set shell variables …
|
|
|
@3944
|
3 years |
Peter |
Since we require C++11 compiler (refs #949), no need to check if …
|
|
|
@3943
|
3 years |
Peter |
merge r3941 into trunk
|
|
|
@3939
|
3 years |
Peter |
update README to reflect that C++11 is not optional. closes #949
|
|
|
@3938
|
3 years |
Peter |
let configure fail if compiler is not a C++11 compiler. …
|
|
|
@3937
|
3 years |
Peter |
refs #949. New macro YAT_CXX11 that tests if compiler is CXX compliant …
|
|
|
@3936
|
3 years |
Peter |
merge changeset r3935 into trunk
|
|
|
@3934
|
3 years |
Peter |
using default rules in GNU make, libraries such as -lfoo should be …
|
|
|
@3933
|
3 years |
Peter |
package is called zlib
|
|
|
@3932
|
3 years |
Peter |
Config variable PERL_PATH is obsolete and causing a warning with …
|
|
|
@3930
|
3 years |
Peter |
merge release 0.17.1 into trunk
|
|
|
@3926
|
3 years |
Peter |
always include config.h in source files
|
|
|
@3925
|
3 years |
Peter |
avoid warnings in c++98
|
|
|
@3924
|
3 years |
Peter |
use move constructor when available. Sinve we can't access line after …
|
|
|
@3922
|
3 years |
Peter |
correct typo in NEWS. refs #945.
|
|
|
@3921
|
3 years |
Peter |
Remove comment that implementation might be problematic with reference …
|
|
|
@3920
|
3 years |
Peter |
to handle ALT being <ID> string access to VCFHeader is needed and …
|
|
|
@3919
|
3 years |
Peter |
alt=* is not an SNV
|
|
|
@3918
|
3 years |
Peter |
remove FIXME comment
|
|
|
@3917
|
3 years |
Peter |
allow user to define stop condition
|
|
|
@3916
|
3 years |
Peter |
avoid incrementing read if it's being removed on the next line. Get …
|
|
|
@3915
|
3 years |
Peter |
remove FIXME comment; refs #946
|
|
|
@3914
|
3 years |
Peter |
prefer do while loop rather than some home brewed version
|
|
|
@3913
|
3 years |
Peter |
prefer new PP macro YAT_HAVE_HTSLIB. Deprecated macro YAT_HAVE_LIBBAM …
|
|
|
@3912
|
3 years |
Peter |
boost random classes beta_distribution, hyperexponential_distribution …
|
|
|
@3911
|
3 years |
Peter |
fix typos
|
|
|
@3910
|
3 years |
Peter |
add missing file
|
|
|
@3909
|
3 years |
Peter |
add missing file from previous changeset
|
|
|
@3908
|
3 years |
Peter |
#closes #881
Lift out expression classes to their own files, so they …
|
|
|
@3907
|
3 years |
Peter |
remove checks for nullptr before calling gsl free function and require …
|
|
|
@3906
|
3 years |
Peter |
fix bug introduced in r3890; variable is now named have_htslib
|
|
|
@3905
|
3 years |
Peter |
docs: add missing since tag
|
|
|
@3904
|
3 years |
Peter |
Closes #892
Speed up matrix multiplications when they involve a …
|
|
|
@3903
|
3 years |
Peter |
correct docs
|
|
|
@3902
|
3 years |
Peter |
closes #915. New functions that read and write numbers in binary format.
|
|
|
@3901
|
3 years |
Peter |
prefer tests in alphabetical order
|
|
|
@3900
|
3 years |
Peter |
closes #944; add configure check whether class is availabale in boost …
|
|
|
@3899
|
3 years |
Peter |
avoid doxygen warnings with v1.8.5
|
|
|
@3898
|
3 years |
Peter |
closes #858 and #869
|
|
|
@3897
|
3 years |
Peter |
refs #869 and #858
|
|
|
@3896
|
3 years |
Peter |
fixes #943, avoid compiler warning about deprecated boost header
|
|
|
@3895
|
3 years |
Peter |
miss missing source file for test; refs #869
|
|
|
@3894
|
3 years |
Peter |
extend DiscreteUniform? so it fulfills the requirements for …
|
|
|
@3893
|
3 years |
Peter |
merge latest revision from stable-0.17 branch into trunk
|
|
|
@3891
|
3 years |
Peter |
fixes #933
|
|
|
@3890
|
3 years |
Peter |
Both HAVE_HTSLIB and have_htslib we AC_SUBST'd with different output, …
|
|
|
@3889
|
3 years |
Peter |
closes #941
|
|
|
@3888
|
3 years |
Peter |
fix compilation errors in --with-htslib mode introduced in r3883, refs #939
|
|
|
@3887
|
3 years |
Peter |
detect error from faidx_fetch_seq in ::fetch rather thasn in function …
|
|
|
@3886
|
3 years |
Peter |
add missing macros in intstall target; sort files alphabetically
|
|
|