biocore / Platypus-Conquistador

Confirming specific taxonomic groups within your samples.
Other
19 stars 5 forks source link

ENH: Add license, move to click and update setup #16

Closed ElDeveloper closed 9 years ago

ElDeveloper commented 9 years ago

The command platypus_compare.py is now platypus compare, uses click, and can be called from a python session like:


from platypus.commands import compare

compare(....)

I've also updated the setup.py and have added licensing information.