Mercurial > repos > iuc > scikit_bio_diversity_beta_diversity
changeset 1:024a9b86f853 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit bcfc8451fa622a6bf3aa31fa1e308c394feefb38
author | iuc |
---|---|
date | Mon, 14 Nov 2016 13:15:03 -0500 |
parents | 63706c95c9ed |
children | |
files | scikit_bio_diversity_beta_diversity.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/scikit_bio_diversity_beta_diversity.py Fri Sep 23 12:17:38 2016 -0400 +++ b/scikit_bio_diversity_beta_diversity.py Mon Nov 14 13:15:03 2016 -0500 @@ -84,5 +84,6 @@ bd_dm = beta_diversity( options.distance_metric, counts, ids=sample_names, **extra_kwds ) bd_dm.write( options.output ) + if __name__ == "__main__": __main__()