Kortemme-Lab / sequence-tolerance

A sequence tolerance benchmark capture containing the benchmark dataset and benchmarked protocol captures.
https://kortemmelab.ucsf.edu/benchmarks
MIT License
1 stars 0 forks source link

Running process_specificity() gives deprecation warning, use process_seqtol() instead #10

Closed momeara closed 9 years ago

momeara commented 9 years ago

In analysis/README.rst, change process_specificity() to process_seqtol()

spiderbaby commented 9 years ago

This deprecation warning has been present for years. I will change this since it is confusing. The solution is for the user to specify all the options i.e. make the process_seqtol function call that process_specificity makes with the default arguments.

momeara commented 9 years ago

The default arguments are the same between the two functions.

spiderbaby commented 9 years ago

Yep, I just noticed - this is fixed now in the repo.