Collections:
"Difficulty opening ..." Error Using Fastsearch Index
Why am I getting this "Difficulty opening ..." error using Fastsearch Index files?
✍: FYIcenter.com
When you are using a fastsearch index file as the input, you must keep the original molecule data files
in the original location, because the index file has references to the original data files.
If those original data files are removed or moved to another location, "babel" will give this "Difficulty opening ..." error.
The following command session shows what happens, if you renamed the original data file after the index file was generated.
fyicenter$ babel molecules.sdf -o fs molecules-index.fs This will prepare an index of molecules.sdf and may take some time... It contains 409 molecules It took 0 seconds 409 molecules converted 37 audit log messages fyicenter$ mv molecules.sdf molecules-bck.sdf fyicenter$ babel -i fs molecules-index.fs -o smiles -s 'c1ccccc1' -at 0.2 -aa ============================== *** Open Babel Error in ReadChemObject Difficulty opening molecules.sdf 0 molecules converted 1 errors 24 audit log messages
⇒ "babel -i fs ... -s SMILES" - Substructure Search with Index
⇐ "babel -i fs ... -s ... -at score_range" - Similarity Search
2020-08-25, 451👍, 0💬
Popular Posts:
What are examples of Constitutional Isomers? The picture below gives an example of Constitutional Is...
Where to find FAQ (Frequently Asked Questions) on JSME JavaScript API? Here is a list of tutorials t...
How to use Wildcard Bond in a substructure search using "babel" commands? You can use "~" in a SMART...
How to create a molecule structure with custom atom positions? You can create a molecule structure w...
How to download and instal Open Babel from source code on CentOS computers? I want to build the bina...