# HG changeset patch
# User iuc
# Date 1540943576 14400
# Node ID 403631ded67c9998443c2a87d77bf47c26234a64
# Parent 65b11616e81d145de43e815d71c14b30681e0a2a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit a4b0969b33a68a0ea9ba12291f6694aec24f13ed
diff -r 65b11616e81d -r 403631ded67c beta_diversity_through_plots_html_generation.py
--- a/beta_diversity_through_plots_html_generation.py Mon Oct 16 05:02:19 2017 -0400
+++ b/beta_diversity_through_plots_html_generation.py Tue Oct 30 19:52:56 2018 -0400
@@ -21,7 +21,7 @@
for directory in dir_list:
regexp_result = re.search(
- '([a-zA-Z\_]*)_emperor_pcoa_plot',
+ r'([a-zA-Z\_]*)_emperor_pcoa_plot',
directory)
metric = regexp_result.group(1)
s += '\t\t\t\t
' + metric + ': '
diff -r 65b11616e81d -r 403631ded67c test-data/make_otu_heatmap/basic_heatmap.svg
--- a/test-data/make_otu_heatmap/basic_heatmap.svg Mon Oct 16 05:02:19 2017 -0400
+++ b/test-data/make_otu_heatmap/basic_heatmap.svg Tue Oct 30 19:52:56 2018 -0400
@@ -5,183 +5,175 @@