Build with gcc11
Hello, I just watched your YouTube video "Structure-Based Virtual Screening on the Cheap" and wanted to try the sdsorter program you mentioned, however on my linux box sdsorter.static gives the same error as the above message from Laura MC above, ie. sdsorter.static: loadlocale.c:129: _nl_intern_locale_data: Assertion cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0])) failed. Aborted (core dumped) Can you take a look? Thanks, Greg
Hello, I am a user of smina trying to install sdsorter in linux. I have tried both sdsorter.static and sdsorter.linux and neither of them work. The problem with sdsorter.static is the following: sdsorter.static: loadlocale.c:129: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed. Aborted In the case of sdsorter.linux the problem is the access to an old library: error while loading shared libraries: libboost_system.so.1.54.0: cannot...
Fix off by one with extractRange
rm oesdsorter, openbabel3
compilation fixes for openbabel/newer gcc
make backwards compat with prev openbabel
Merge branch 'master' of ssh://git.code.sf.net/p/sdsorter/code
mupltiple extract-match support
Merge branch 'master' of ssh://git.code.sf.net/p/sdsorter/code
make compat with openbabel 3
When tags such as vendor id have string information, -addToTitle will return a 0. To avoid this, modify getData to return a string instead of a double: static string getData(SDMol& mol, const string& tag) if (!mol.HasSDData(tag)) return ""; stringstream str(mol.GetSDData(tag)); return str.str(); Then change createCombined (and other routines that call getData) to receive string values for tags instead of double: rmsd = atof(getData(mol, "RMSD").c_str()); mw = atof(getData(mol, "molecular weight").c_str());...
some improvements
Merge branch 'master' of ssh://git.code.sf.net/...
update readme and hide -c
add extractRange, better static building
make easier to compile on OS X
workaround an openbabel bug, fixup makefile
remove non-columnized output
cleaner floating point output
replacetitle with strings
replaceTitle feature
gpl statement
makefile edits for semi static binary
readme
Initial commit