https://github.com/ekg/freebayes

sort by:
Revision Author Date Message Commit Date
9a32a36 minor code cleanup for clarity 29 May 2019, 10:42:56 UTC
37b03fe document changes to coverage limiting and provide an example 29 May 2019, 10:40:55 UTC
69ed30f correct number of tests 29 May 2019, 10:34:46 UTC
43d35df Merge branch 'master' of github.com:ekg/freebayes into coverage-limiting 29 May 2019, 10:23:07 UTC
2d02324 to avoid future confusion, change terminology of coverage capping and limiting rather than max-coverage 29 May 2019, 10:19:30 UTC
e9342aa correct documentation of --cap-coverage 29 May 2019, 10:09:36 UTC
2ef1ea4 correct capping conditional and implement test 29 May 2019, 10:05:14 UTC
4269f7c implement pre-read parsing coverage capping mechanism 29 May 2019, 09:52:27 UTC
3c81125 cap coverage and throw away our observations when the tail position in the read exceeds a given threshold 28 May 2019, 17:00:18 UTC
ef09fe2 make static builds work properly 28 May 2019, 15:48:23 UTC
a78ffc0 Merge pull request #535 from Nheyer/master fix for Gvcf Depth, and added format flags 06 May 2019, 13:07:37 UTC
44bd4cb I can type... 03 May 2019, 17:44:35 UTC
61acc4a syntax 02 May 2019, 17:29:18 UTC
a39615e fix minDepth logic 02 May 2019, 17:24:01 UTC
cc77002 Because apparently I cant capitalize things... 02 May 2019, 17:19:14 UTC
25d73bf optimized minDepth logic, and added format fields 02 May 2019, 17:08:47 UTC
0f430f2 Fix gvcf Depth 29 April 2019, 17:39:23 UTC
8a0dbee Merge pull request #532 from Nheyer/master Fix for gvcf chunk size, as well as an addition of the ability to use minimal gvcf chunking 22 April 2019, 08:20:29 UTC
fbbba13 small fixed, and adding tests 21 April 2019, 21:54:30 UTC
a4fc253 Spelling 19 April 2019, 16:18:19 UTC
ec7ddb5 fix for gvcf size being over, as well as adding a flag to allow for gvcf chunks of size 1 19 April 2019, 13:42:58 UTC
2496097 Merge branch 'master' of github.com:Nheyer/freebayes This is the branch I am using to create pull requests for the main freebases distrobution 19 April 2019, 13:37:55 UTC
3827b18 testing 18 April 2019, 21:53:13 UTC
d15209e Merge pull request #518 from ekg/cnv-map-help clarify how to use the CNV map 14 February 2019, 14:26:48 UTC
fed2400 clarify how to use the CNV map 14 February 2019, 14:13:45 UTC
29c4002 Merge pull request #487 from ekg/document-params clarify the effect of allele exclusion filters and document best practices 25 August 2018, 10:05:59 UTC
133bbb7 clarify the effect of allele exclusion filters, document best practices Also, try to document ideal use of freebayes: Run it with default parameters, *then* filter the output. 24 August 2018, 07:52:05 UTC
40155b4 Merge pull request #453 from ekg/sensitive-defaults sensitive default filters 09 April 2018, 15:09:32 UTC
6725791 match tests to current default settings 30 March 2018, 09:10:17 UTC
7c3d4a4 set --min-repeat-entropy 1 and --min-alternate-fraction 0.05 These have been my favored parameters for some time. Users may need to adjust downstream filtering to account for changes in allele reporting. I will cut a new version after vetting this with other users. 28 March 2018, 17:08:58 UTC
c15b070 Merge pull request #448 from ekg/compound-haplotype resolve #437 14 February 2018, 14:26:47 UTC
03e9156 Merge pull request #439 from williamrowell/master replace --haplotype-window with --haplotype-length 14 February 2018, 12:41:00 UTC
632eb29 resolve #437 14 February 2018, 11:07:31 UTC
a180635 Merge pull request #443 from ekg/call-on-ref-N allow calling on N-matching reference bases 01 February 2018, 12:57:52 UTC
b5ccca1 allow calling on N-matching bases 01 February 2018, 12:25:19 UTC
b01663e replace --haplotype-window with --haplotype-length replaced occurrences of --haplotype-window in examples with --haplotype-length, as described in https://groups.google.com/d/msg/freebayes/FBOgspri3QE/Fw5fQ2CuFQUJ 22 January 2018, 21:24:34 UTC
49413aa Merge pull request #431 from ekg/building remove gdb flag from compilation 07 November 2017, 20:21:57 UTC
6a2fbdb remove gdb flag from compilation 07 November 2017, 19:58:09 UTC
225a3d6 Merge pull request #429 from Biomatters/master Support for compilation with Cygwin 64 07 November 2017, 18:03:24 UTC
ba4b26c Support for compilation with Cygwin 64 06 November 2017, 01:35:03 UTC
61527c5 Merge pull request #426 from ekg/error-reporting Give warning when there is a likely mismatch between alignment and reference sequence 13 October 2017, 09:23:20 UTC
f5dd0b5 Merge pull request #340 from sambrightman/likelihood-debug-logging Enable VERBOSE_DEBUG logging for likelihoods 12 October 2017, 21:35:05 UTC
3346c60 clarify that alignments mapping past the end of contigs indicates a potential problem with the input 12 October 2017, 21:31:06 UTC
8d2b3a0 Merge pull request #417 from ekg/bugfix resolve #406 23 August 2017, 15:05:16 UTC
df9bb28 resolve #406 The allele parser could end up in a state where we deleted alignment before their parsed alleles were removed from the list of registered alleles. Touching these could in turn cause segfaults and other undefined behavior. This commit ensures we clean up the pointers to the removed alleles correctly. 23 August 2017, 00:43:35 UTC
d784cf8 Merge pull request #404 from ekg/build Fixes the build by correcting compile flags 13 July 2017, 09:11:57 UTC
b185873 list bamleftalign before objects in build 13 July 2017, 08:50:37 UTC
1f3b002 Merge branch 'build' of github.com:ekg/freebayes 12 July 2017, 23:04:00 UTC
f26dc98 hack out duplicate htslib from build 12 July 2017, 23:01:38 UTC
f3a4441 updates vcflib/tabixpp/htslib 12 July 2017, 21:25:41 UTC
22bf987 sync with newer htslib So at least we have the same one in vcflib and seqlib. Not ideal. 12 July 2017, 21:20:54 UTC
948781b build two htslibs... This isn't ideal but it seems to be required given the vcflib/SeqLib divide. 12 July 2017, 18:12:55 UTC
1560765 include htslib statically 12 July 2017, 17:47:18 UTC
9da78c4 add htslib to library search path (resolves #405) 12 July 2017, 17:24:59 UTC
8e630c4 fix build for bamleftalign as well 12 July 2017, 16:02:40 UTC
b6fe145 resolve build problems We shouldn't treating the .a static libs as objects. 12 July 2017, 15:59:41 UTC
b067b6e Merge branch 'walaj-master' 12 July 2017, 14:36:33 UTC
7dc5be8 Merge branch 'master' of https://github.com/walaj/freebayes into walaj-master 12 July 2017, 14:34:48 UTC
f439104 Merge pull request #403 from ekg/ploidy Set global per-sample ploidy via the CNV map 09 July 2017, 13:11:40 UTC
89d2312 *actually* use SAM rather than BAM to avoid samtools version weirdness 09 July 2017, 12:55:44 UTC
4d5c3c1 avoid dependency on samtools version in test 09 July 2017, 11:02:12 UTC
241e3fc Merge branch 'master' of github.com:ekg/freebayes 09 July 2017, 10:19:14 UTC
b5b5432 allow setting of per-sample global ploidy via the --cnv-map 09 July 2017, 10:18:51 UTC
208d9c0 Merge pull request #402 from ekg/haplotypes Improve handling of complex alleles 09 July 2017, 10:18:20 UTC
00afac8 Merge pull request #336 from sambrightman/master Fix typo in parameter parsing error message 09 July 2017, 09:30:19 UTC
8840f10 Merge pull request #341 from sambrightman/make-clean Ensure make clean doesn't fail when bamtools is not built 09 July 2017, 09:29:58 UTC
4cef622 Merge pull request #352 from jdagilliland/docfix Note unstated dependency on zlib 09 July 2017, 09:29:25 UTC
2ea5a89 Merge pull request #378 from rwhetten/patch-1 Update README.md 09 July 2017, 09:29:15 UTC
f1e6993 remove temporary files after test 09 July 2017, 09:28:52 UTC
880cf1a complete rewrite of haplotype allele processing freebayes was no longer natively detecting certain types of complex alleles. To resolve this I refactored the allele clumping algorithm. Some tests required alteration due to changes in the allele quality assignment. Alleles need to have assigned quality to be considered. 09 July 2017, 09:21:13 UTC
f069ec6 Merge pull request #383 from bwlang/grch38_hla_support Grch38 hla support 28 June 2017, 08:51:36 UTC
8f0548e Uses last instance of : instead of first to define sequence name Test suite passes 02 May 2017, 21:50:27 UTC
3b717e2 add breaking test for contigs with colon in name 02 May 2017, 21:50:16 UTC
51b9862 merged conflicts with upstream Makefile for PR #338 25 April 2017, 16:55:37 UTC
b85e2a9 Update README.md Add information about freebayes-parallel script requirements 17 April 2017, 15:55:05 UTC
961e5f3 only compile Variant.o with c++11 24 February 2017, 17:22:35 UTC
b6d3d79 merge in new vcflib to resolve GCC version pinning problems 24 February 2017, 16:29:40 UTC
09d4ecf updated SeqLib to address issue #364 21 February 2017, 03:00:10 UTC
cb4b8a1 Merge branch 'master' of https://github.com/ekg/freebayes 21 February 2017, 02:49:56 UTC
f15e66e bamleftalign: write the header, write BAM 06 February 2017, 22:43:29 UTC
dc33860 Note unstated dependency on zlib 17 December 2016, 04:24:53 UTC
253d992 updated build instructions in README 15 December 2016, 04:02:18 UTC
b8d8e36 Fixed issue #346 regarding missing BAM header in bamleftalign 15 December 2016, 03:56:40 UTC
9e13293 Ensure make clean doesn't fail when bamtools is not built 23 November 2016, 06:30:30 UTC
61d2232 Enable VERBOSE_DEBUG logging for likelihoods * pulling logging macros out into a header * pass all parameters into probObservedAllelesGivenGenotype 23 November 2016, 06:02:26 UTC
b6041c6 added CXX with CXXFLAGS patch to src/Makefile 22 November 2016, 15:44:02 UTC
a9252fd separated CFLAGS and CXXFLAGS in src/Makefile 21 November 2016, 21:52:32 UTC
66e60e5 Fix typo in parameter parsing error message 17 November 2016, 12:42:54 UTC
83efe61 updated to latest SeqLib 07 November 2016, 16:01:35 UTC
2e05417 updated SeqLib, fixed CXXFLAGS passing, sep bamtools build 07 November 2016, 16:00:30 UTC
39e5e4b Merge pull request #328 from sambrightman/testspecifics Make some tests more specific 03 November 2016, 11:25:39 UTC
25d07ae Merge pull request #323 from mcshane/ad replace FORMAT/DPR annotation by FORMAT/AD 03 November 2016, 11:24:07 UTC
af3c75f Merge pull request #324 from mcshane/AO-RO clarify header description of AO and RO 03 November 2016, 11:23:45 UTC
fa641cc Merge pull request #327 from sambrightman/nh_fasta_iupac VCF's should not include IUPAC bases in the REF column. 03 November 2016, 11:23:27 UTC
3a5d168 Make some tests more specific 11 October 2016, 15:02:18 UTC
5aced98 Add tests for reference sequence characters 11 October 2016, 13:56:16 UTC
1f60c46 Refactor to avoid breaking detection of corrupt/compressed FASTAs 11 October 2016, 13:56:16 UTC
306e9bf Clean up whitespace and shorten code 11 October 2016, 13:51:27 UTC
bdcc79e VCF's should not include IUPAC bases in the REF column. 11 October 2016, 13:51:27 UTC
054b257 Merge pull request #316 from walaj/master SeqLib integration (HTSlib-based BamTools switch) 03 October 2016, 23:17:12 UTC
back to top