Mercurial > repos > iuc > qiime_split_libraries
diff beta_diversity_through_plots_html_generation.py @ 6:837ea0956a81 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit a4b0969b33a68a0ea9ba12291f6694aec24f13ed
| author | iuc |
|---|---|
| date | Tue, 30 Oct 2018 20:02:07 -0400 |
| parents | 96b524c7c315 |
| children |
line wrap: on
line diff
--- a/beta_diversity_through_plots_html_generation.py Fri Aug 04 18:25:00 2017 -0400 +++ b/beta_diversity_through_plots_html_generation.py Tue Oct 30 20:02:07 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<li>' + metric + ': '
