https://github.com/kdmurray91/kWIP

sort by:
Revision Author Date Message Commit Date
c8bec26 Update link to published paper 27 January 2019, 08:03:47 UTC
3cf8a9e Update link to paper & journal 13 October 2016, 05:28:36 UTC
4b3a63f Mention publication in readme 17 September 2016, 06:03:20 UTC
1f6730e Add oxlicap 22 July 2016, 07:08:53 UTC
422b810 Docs: clearer wording in install docs 26 May 2016, 10:45:42 UTC
c3474b4 Fix ci by removing static build on tags 25 May 2016, 00:06:29 UTC
077efaf kwip-stats: move source file to reflect new name 22 April 2016, 01:27:51 UTC
522a329 kwip-stats: remove "Weight" measure, irrelevant 22 April 2016, 01:22:07 UTC
8fd862d travis: use trusty builds 12 April 2016, 01:48:51 UTC
6fe2c6c Update install instructions for static binaries 12 April 2016, 01:40:57 UTC
758d5f3 Readme edits 11 April 2016, 00:24:41 UTC
cbddcdc Remove old kmerclust code 11 April 2016, 00:21:45 UTC
176d760 Add compiled config.hh to gitignore 11 April 2016, 00:09:24 UTC
06be41a Use Holy Build Box for static builds 07 April 2016, 11:19:54 UTC
ce9b1db Use a more modern sphinx 02 March 2016, 04:02:06 UTC
19037ff install alabaster in travis CI 02 March 2016, 03:53:08 UTC
54ff52b Minor fixes to demo docs 02 March 2016, 03:14:52 UTC
5a92a36 Use shell syntax highlighting in demos, rewording 02 March 2016, 03:12:42 UTC
3185fb3 Fix bash syntax in rice example 02 March 2016, 03:09:26 UTC
73c1aed Move installation docs to docs & link from readme 29 February 2016, 05:20:06 UTC
cdda15d Update install in readme 29 February 2016, 05:07:18 UTC
d109a13 Fix static makefile to work with docker image 12 January 2016, 05:12:25 UTC
2c99d0f Fixes to install documentation in README 12 January 2016, 05:11:54 UTC
66582eb Add optimisation flag to static makefile 12 January 2016, 04:51:40 UTC
5a8932b Update travis CI config 12 January 2016, 04:45:46 UTC
21ec8ec Rename jenkins script to util/ci-build.sh 12 January 2016, 04:07:33 UTC
aa9ec2e Biojenkins is decommissioned 12 January 2016, 04:06:46 UTC
b3a5784 Merge branch 'constify' Closes #10 12 January 2016, 02:31:34 UTC
e6938fb Const-ify all khmer::CountingHash refs as needed In all kernel and add_hashtable 12 January 2016, 02:26:39 UTC
ab0ef28 Const-ify khmer::CountingHash::get_raw_tables meth This is an UPSTREAM patch 12 January 2016, 02:25:34 UTC
be41177 Rename kwip-entvec to kwip-stats 10 January 2016, 11:24:27 UTC
cd26a8c Note why we use minCoeff in matrix_is_pos_semidef 10 January 2016, 06:19:29 UTC
913df63 Merge branch 'eigenvalues' Calculate eigenvalues & check for PSD 10 January 2016, 06:16:47 UTC
92ff36b Warn users on non-PSD kernel matrix 10 January 2016, 06:16:10 UTC
28763d5 Merge branch 'eigenvalues' This brings in the Eigen3 implementation of kernel/distance matrices 10 January 2016, 05:52:03 UTC
906308f Fix fallback path of eigen3 in cmake module 10 January 2016, 05:50:39 UTC
3721be8 Add kmerclust binary back in, it works now 10 January 2016, 05:42:58 UTC
a0cc9d1 Add Eigen3 in src/ext for ease of installation 10 January 2016, 05:36:37 UTC
4540baa Remove old hacking code w/ eigenvalue calculation 10 January 2016, 05:34:05 UTC
55524e8 Code I was hacking on originally for the record 10 January 2016, 05:33:15 UTC
df25c06 Fix labelled square matrix format in print_lsmat 10 January 2016, 05:21:38 UTC
25c853f Missed a debugging print 10 January 2016, 05:15:15 UTC
f52d2d3 Remove debugging prints from kwip-utils.cc 10 January 2016, 05:14:27 UTC
858ee54 Check that the kernel matrix exists before use 10 January 2016, 04:50:15 UTC
741deee Get eigen working with core kWIP code 10 January 2016, 04:46:00 UTC
e9e569c initial eigen usage 08 January 2016, 04:34:47 UTC
0532712 Fix include dir for eigen3 08 January 2016, 04:34:47 UTC
c68ec59 Use 3.0 as min Eigen3 version 08 January 2016, 04:34:47 UTC
c1bc923 Add Eigen3 to CML 08 January 2016, 04:34:47 UTC
440b202 Fixes to static makefile - Add clean rule - Define SEQAN_HAS_GZIP/BZIP2 - KWIP_OBJ depends on the config header 08 January 2016, 04:26:30 UTC
6e7a58f Add static binary compilation makefile 08 January 2016, 04:04:09 UTC
5c7c853 Bigger image labels for smaller sets 08 December 2015, 07:09:45 UTC
c0ff123 Fix histogram calculation 07 December 2015, 00:38:48 UTC
a5fb86e Fix count summing in entvec 07 December 2015, 00:36:06 UTC
be16bb3 Correct entvec implementation with latest weighting 06 December 2015, 07:42:25 UTC
4369111 Merge branch 'preweighting' 06 December 2015, 07:23:00 UTC
46c97b2 Fix test with latest kernel matrix calculation 06 December 2015, 07:22:25 UTC
cea7d1b Use most basic weighting mode, A * B * H 06 December 2015, 07:17:18 UTC
85625f7 Reduce hash table size temporarily 30 November 2015, 05:41:59 UTC
83fa41b Restructure normalisation code 30 November 2015, 05:41:28 UTC
f8404ae Use square root of entropy in preweighting kernel 23 November 2015, 03:44:15 UTC
99dd539 Calculate kernel as pre-weighted sample vectors 22 November 2015, 05:22:13 UTC
95efcc1 use sqrt((v1 * w)^2) as vector norm 16 November 2015, 23:09:44 UTC
9be5572 Correct cmake call in install docs 16 November 2015, 23:09:25 UTC
e902508 Promote kernel types to u32 and double 16 November 2015, 04:17:11 UTC
a83af89 Strip only known CountGraph ext from filenames 16 November 2015, 04:00:49 UTC
b8fd9c9 Use correct zlib package name for install docs 09 November 2015, 05:10:59 UTC
51b97a4 Typo fix in documentation 06 November 2015, 09:43:45 UTC
a10224c Fix RST syntax of literal blocks in docs 06 November 2015, 09:26:28 UTC
3d0d190 Fix installation documentation in sphinx 06 November 2015, 09:25:03 UTC
b4d10b9 Fix installation documenation in README 06 November 2015, 09:22:50 UTC
d9d68aa Merge branch 'khmer-bundled' 06 November 2015, 09:13:21 UTC
0feed49 Allow Zlib >= 1.2.3 06 November 2015, 09:10:41 UTC
67b036c Also use clang on travis CI 06 November 2015, 09:10:05 UTC
f35d6d1 Fix root CML INCLUDE_DIRECTORIES path 06 November 2015, 09:08:46 UTC
c347bef Use INCLUDE_DIRECTORIES for src/ext in root CML 06 November 2015, 09:07:16 UTC
824542e Find ZLIB and use it 06 November 2015, 09:04:03 UTC
79174c1 Fix INCLUDE_DIRECTORIES for seqan under src/ext 06 November 2015, 08:58:05 UTC
ed30ca0 Fix bundling of seqan 06 November 2015, 08:55:16 UTC
fd6f5c0 Also bundle khmer's bundling of seqan Yo dawg, I hear you like bundling... 06 November 2015, 08:52:47 UTC
6c2491a Fix/update CI build script for bundled khmer 06 November 2015, 08:49:34 UTC
b156ab8 Correct INCLUDE_DIRECTORIES for ext/oxli 06 November 2015, 08:46:30 UTC
f1ad133 Use 'oxli' not 'khmer' under src/ext Future-proofing, and allows compatiblity with system installed khmer 06 November 2015, 08:45:55 UTC
5a17036 Default to using internal copy of khmer 06 November 2015, 08:42:33 UTC
ee0ec5f Add readme for khmer 06 November 2015, 08:42:33 UTC
b5b1ce3 Use bundled khmer if we don't find it This is instead of downloading it afresh, which could go wrong. 06 November 2015, 08:42:33 UTC
a797475 Update readme under src/ext 06 November 2015, 08:42:33 UTC
cad81f6 Add a readme under src/ext 06 November 2015, 08:42:33 UTC
c862091 Add khmer version 2.0 under src/ext 06 November 2015, 08:42:33 UTC
0c503d2 Fix tests given latest normalisation change 06 November 2015, 08:41:24 UTC
b9daefe Use khmer version 2.0 in CML download 29 October 2015, 08:29:37 UTC
40d7ed1 Fix bug in vector norm calculation 23 October 2015, 04:48:48 UTC
014b959 Fix install instructions in README.md 25 September 2015, 02:58:21 UTC
70d8bed entvec.cc: Implement Shannon entropy of hashes 18 September 2015, 03:39:46 UTC
c9196da Calculate weights using SS * WSS in entvec.cc 18 September 2015, 02:32:14 UTC
5ce5329 Fix version file based versioning 18 September 2015, 02:31:17 UTC
882ec52 Build against v2.0 of khmer 15 September 2015, 14:02:13 UTC
d15ea1e Minor formatting changes to logging code 31 August 2015, 08:48:03 UTC
04793ef Better progress logging for kwip - Use 1-based offsets instead of 0-based - Be a little more verbose 31 August 2015, 07:43:59 UTC
9bc1712 Always print version of kWIP when using kwip CLI 30 August 2015, 12:21:22 UTC
back to top