Skip to content

Commit afc287a

Browse files
committed
Finish Release-2.11
Updated documentation Removed dependency on sphinx extensions in order to keep both readthedocs and homebrew happy. Fixed representation of labels and plotting coordinates based on whether the matrix should be interpretted transposed or not. Added shebang to python library files, in order for homebrew to be happy including them in the bin directory.
2 parents f6f170a + 2c39b52 commit afc287a

36 files changed

+266
-294
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ Both commands do the same thing.
104104

105105
GNU GPL V3. See COPYING file for more details.
106106

107+
##Cite:
108+
109+
The KAT paper is currently in submission. In the meantime, if you use our software
110+
and wish to cite us please use our bioRxiv preprint:
111+
112+
Daniel Mapleson et al. 2016. KAT: A K-mer Analysis Toolkit to quality control NGS datasets and genome assemblies. bioRxiv doi: 10.1101/064733
113+
107114

108115
##Authors:
109116

@@ -118,7 +125,7 @@ See AUTHORS file for more details.
118125

119126
##Acknowledgements:
120127

121-
* Affiliation: The Genome Analysis Centre (TGAC)
128+
* Affiliation: Earlham Institute (EI)
122129
* Funding: The Biotechnology and Biological Sciences Research Council (BBSRC)
123130

124131
We would also like to thank the authors of Jellyfish: https://github.com/gmarcais/Jellyfish;

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Autoconf initialistion. Sets package name version and contact details
66
AC_PREREQ([2.68])
7-
AC_INIT([kat],[2.1.0],[https://github.com/TGAC/KAT/issues],[kat],[https://github.com/TGAC/KAT])
7+
AC_INIT([kat],[2.1.1],[https://github.com/TGAC/KAT/issues],[kat],[https://github.com/TGAC/KAT])
88
AC_CONFIG_SRCDIR([src/kat.cc])
99
AC_CONFIG_AUX_DIR([build-aux])
1010
AC_CONFIG_MACRO_DIR([m4])

doc/source/conf.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
# Add any Sphinx extension module names here, as strings. They can be
2929
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3030
# ones.
31-
extensions = [
32-
'sphinx.ext.pngmath',
33-
'sphinx.ext.mathjax',
31+
extensions = [
3432
]
3533

3634
# Add any paths that contain templates here, relative to this directory.
@@ -54,9 +52,9 @@
5452
# built documents.
5553
#
5654
# The short X.Y version.
57-
version = '2.1.0'
55+
version = '2.1.1'
5856
# The full version, including alpha/beta/rc tags.
59-
release = '2.1.0'
57+
release = '2.1.1'
6058

6159
# The language for content autogenerated by Sphinx. Refer to documentation
6260
# for a list of supported languages.

doc/source/conf.py.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ needs_sphinx = '1.3'
2828
# Add any Sphinx extension module names here, as strings. They can be
2929
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3030
# ones.
31-
extensions = [
32-
'sphinx.ext.pngmath',
33-
'sphinx.ext.mathjax',
31+
extensions = [
3432
]
3533

3634
# Add any paths that contain templates here, relative to this directory.
344 KB
Loading
273 KB
Loading
570 KB
Loading
359 KB
Loading
380 KB
Loading

doc/source/images/gc_bias_a.png

327 KB
Loading

0 commit comments

Comments
 (0)