almlab / SmileTrain

a 16s pipeline
MIT License
6 stars 6 forks source link

Changed progressive_clustering to be compatible with new usearch8.0.1517 #79

Open spacocha opened 9 years ago

spacocha commented 9 years ago

I needed to make changes to the SmileTrain code to match usearch8.0.1517. Users will have to update their usearch version to use it- can we make sure they are aware of that somehow when they pull?

swo commented 9 years ago

i think the best thing would be to put some sort of pre-flight check into the code that runs "usearch --version" and checks that the output starts with "usearch v8". do you want to code that up before i merge this request?