diff --git a/tools/kat/.shed.yml b/tools/kat/.shed.yml
index 05a46ede9d..6a23a97d46 100644
--- a/tools/kat/.shed.yml
+++ b/tools/kat/.shed.yml
@@ -6,7 +6,7 @@ long_description: |
using k-mer frequency analysis. It includes tools for generating k-mer histicity plots, comparing
k-mer spectra between datasets, filtering sequences by k-mer content, and analysing GC/coverage
distributions.
-homepage_url: https://github.com/TGAC/KAT
+homepage_url: https://github.com/EarlhamInst/KAT
remote_repository_url: https://github.com/bgruening/galaxytools/tree/master/tools/kat
type: unrestricted
categories:
diff --git a/tools/kat/kat_comp.xml b/tools/kat/kat_comp.xml
new file mode 100644
index 0000000000..bfd210b4fa
--- /dev/null
+++ b/tools/kat/kat_comp.xml
@@ -0,0 +1,506 @@
+
+ compares k-mer count hashes
+
+ macros.xml
+
+
+
+
+
+
+
+
+
+ echo @TOOL_VERSION@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ^[0-9]+(,[0-9]+)*$|^$
+
+
+
+
+
+
+
+
+
+
+
+ ^[0-9]+(,[0-9]+)*$|^$
+
+
+ ^[0-9]+(,[0-9]+)*$|^$
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ output_options['output_type'] == 'png' and not output_options['density_plot']
+
+
+
+ output_options['output_type'] == 'png' and output_options['density_plot']
+
+
+
+ output_options['output_type'] == 'pdf' and not output_options['density_plot']
+
+
+
+ output_options['output_type'] == 'pdf' and output_options['density_plot']
+
+
+
+
+
+
+
+ output_options['output_hists']
+
+
+ output_options['output_hists'] and output_options['output_type'] == 'png'
+
+
+ output_options['output_hists'] and output_options['output_type'] == 'pdf'
+
+
+
+
+ output_options['output_hists']
+
+
+ output_options['output_hists'] and output_options['output_type'] == 'png'
+
+
+ output_options['output_hists'] and output_options['output_type'] == 'pdf'
+
+
+
+
+ input3['use_input3'] == 'yes'
+
+
+
+ input3['use_input3'] == 'yes'
+
+
+
+ input3['use_input3'] == 'yes'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tools/kat/kat_gcp.xml b/tools/kat/kat_gcp.xml
new file mode 100644
index 0000000000..93756c439a
--- /dev/null
+++ b/tools/kat/kat_gcp.xml
@@ -0,0 +1,261 @@
+
+ GC vs Coverage analysis of k-mers
+
+ macros.xml
+
+
+
+
+
+
+
+
+
+ echo @TOOL_VERSION@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ output_options['output_type'] == 'png'
+
+
+ output_options['output_type'] == 'pdf'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file