# HG changeset patch
# User iuc
# Date 1540943028 14400
# Node ID 74b93a664b9ea77501e9afa71241512e3048d51a
# Parent ffe438e1fc67876f24a5504630b197d7d46eed77
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit a4b0969b33a68a0ea9ba12291f6694aec24f13ed
diff -r ffe438e1fc67 -r 74b93a664b9e beta_diversity_through_plots_html_generation.py
--- a/beta_diversity_through_plots_html_generation.py Sat Aug 05 07:26:40 2017 -0400
+++ b/beta_diversity_through_plots_html_generation.py Tue Oct 30 19:43:48 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 ffe438e1fc67 -r 74b93a664b9e test-data/make_otu_heatmap/basic_heatmap.svg
--- a/test-data/make_otu_heatmap/basic_heatmap.svg Sat Aug 05 07:26:40 2017 -0400
+++ b/test-data/make_otu_heatmap/basic_heatmap.svg Tue Oct 30 19:43:48 2018 -0400
@@ -5,183 +5,175 @@