genomematt / AmBiVErT

AMplicon BInning Variant caller with ERror Truncation
GNU General Public License v3.0
0 stars 0 forks source link

Ongoing issues with shared library names #6

Closed genomematt closed 7 years ago

genomematt commented 7 years ago

There are ongoing issues with various shared library names with variation in configurations. This requires either greater specificity in the requirements in setup.py or more flexibility in loading the library. @folded what do you think about changing the cdll.LoadLibrary block to look at what is there, test against a list of potential variants then load if it conforms to one of the known patterns (I am trying to avoid a laundry list of try/excepts)