Hello,
I have an SDF with about 300k molecules. I'd like to standardize all of the molecules. When I run StandardiseMolecules("Data/db_prelim.sdf", "Data/db_standardized.sdf", removed.file = "Data/db_removed.sdf")
The function works but hits a roadblock (see below) about 9/10ths of the way through the SDF. Is this a known error, and can I do anything to resolve it?
[1] "Standardising Structures: Reading SDF (R)"
....................................................................................................5000+
....................................................................................................5000+
removed for brevity
....................................................................................................5000+
....................................................................................................5000+
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
.................................................................................Aborted (core dumped)
``
Hello,
I have an SDF with about 300k molecules. I'd like to standardize all of the molecules. When I run
StandardiseMolecules("Data/db_prelim.sdf", "Data/db_standardized.sdf", removed.file = "Data/db_removed.sdf")The function works but hits a roadblock (see below) about 9/10ths of the way through the SDF. Is this a known error, and can I do anything to resolve it?