# HG changeset patch
# User iuc
# Date 1540944243 14400
# Node ID b41a5b6af29f73b5069adb2086a3fca607c37e8b
# Parent 656440d07fa066cf33021c106f4ad5f16ea60d23
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit a4b0969b33a68a0ea9ba12291f6694aec24f13ed
diff -r 656440d07fa0 -r b41a5b6af29f beta_diversity_through_plots_html_generation.py
--- a/beta_diversity_through_plots_html_generation.py Fri Aug 04 18:25:58 2017 -0400
+++ b/beta_diversity_through_plots_html_generation.py Tue Oct 30 20:04:03 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 656440d07fa0 -r b41a5b6af29f test-data/make_otu_heatmap/basic_heatmap.svg
--- a/test-data/make_otu_heatmap/basic_heatmap.svg Fri Aug 04 18:25:58 2017 -0400
+++ b/test-data/make_otu_heatmap/basic_heatmap.svg Tue Oct 30 20:04:03 2018 -0400
@@ -5,183 +5,175 @@