# HG changeset patch # User greg # Date 1535636604 14400 # Node ID e813f9537cb2becd7ad8d23160af67be1bfd1eab # Parent fd170580a6c92265b361c8320e984db29e020435 Uploaded diff -r fd170580a6c9 -r e813f9537cb2 gene_family_classifier.xml --- a/gene_family_classifier.xml Tue Aug 21 11:24:26 2018 -0400 +++ b/gene_family_classifier.xml Thu Aug 30 09:43:24 2018 -0400 @@ -6,6 +6,7 @@ plant_tribes_gene_family_classifier + - - - - - + diff -r fd170580a6c9 -r e813f9537cb2 get_clustering_methods.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/get_clustering_methods.py Thu Aug 30 09:43:24 2018 -0400 @@ -0,0 +1,12 @@ +import os + + +def get_clustering_method_options(file_path): + options = [] + if not os.path.isdir(file_path): + return options + methods_dir = os.path.join(file_path, "alns") + for i, file_name in enumerate(os.listdir(methods_dir)): + full_path = os.path.join(file_path, file_name) + options.append((file_name, full_path, i == 0)) + return options diff -r fd170580a6c9 -r e813f9537cb2 macros.xml --- a/macros.xml Tue Aug 21 11:24:26 2018 -0400 +++ b/macros.xml Thu Aug 30 09:43:24 2018 -0400 @@ -2,16 +2,16 @@ 1.0 - - - - - + - - - + + + + + + +