-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standardize toolkit I/O #1006
Standardize toolkit I/O #1006
Commits on Jul 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 457ced6 - Browse repository at this point
Copy the full SHA 457ced6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d1a9b1 - Browse repository at this point
Copy the full SHA 6d1a9b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0686564 - Browse repository at this point
Copy the full SHA 0686564View commit details -
use a common helper function to map file_format to the OEFormat_*; ra…
…ise ValueError if not found.
Configuration menu - View commit details
-
Copy full SHA for 5f163cb - Browse repository at this point
Copy the full SHA 5f163cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1830b2 - Browse repository at this point
Copy the full SHA f1830b2View commit details -
in RDKit.from_file_obj(file_format="SMI") save to a local file and us…
…e SmilesMolSupplier instead of writing a new SMILES parser
Configuration menu - View commit details
-
Copy full SHA for dba11e9 - Browse repository at this point
Copy the full SHA dba11e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2842d2 - Browse repository at this point
Copy the full SHA e2842d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f918cea - Browse repository at this point
Copy the full SHA f918ceaView commit details -
properly change if/elif in format_name test. If from_file_obj(format_…
…name) doesn't exist, raise ValueError
Configuration menu - View commit details
-
Copy full SHA for e752e6a - Browse repository at this point
Copy the full SHA e752e6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 036f29c - Browse repository at this point
Copy the full SHA 036f29cView commit details
Commits on Jul 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9c20627 - Browse repository at this point
Copy the full SHA 9c20627View commit details -
pulled the SDF parsing into its own method so from_file_obj() could u…
…se the same code as from_file()
Configuration menu - View commit details
-
Copy full SHA for f74505a - Browse repository at this point
Copy the full SHA f74505aView commit details -
add tests for the "smi" to_file()/to_file_obj(), change toolkits to u…
…se the same SMILES as to_smiles(); don't include a header line in RDKit
Configuration menu - View commit details
-
Copy full SHA for 7956d5e - Browse repository at this point
Copy the full SHA 7956d5eView commit details -
added more informative error messages when the file_obj is in binary …
…instead of text mode
Configuration menu - View commit details
-
Copy full SHA for 5744d81 - Browse repository at this point
Copy the full SHA 5744d81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59879f8 - Browse repository at this point
Copy the full SHA 59879f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c49a3 - Browse repository at this point
Copy the full SHA 04c49a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a44f472 - Browse repository at this point
Copy the full SHA a44f472View commit details -
Configuration menu - View commit details
-
Copy full SHA for 025788f - Browse repository at this point
Copy the full SHA 025788fView commit details -
check for "ethanol" in the SMILES output line. Check that stereochemi…
…stry testing works in from_smiles()
Configuration menu - View commit details
-
Copy full SHA for 8109e56 - Browse repository at this point
Copy the full SHA 8109e56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb0e20 - Browse repository at this point
Copy the full SHA 5fb0e20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b6fde7 - Browse repository at this point
Copy the full SHA 7b6fde7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b60a0 - Browse repository at this point
Copy the full SHA 39b60a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32de62c - Browse repository at this point
Copy the full SHA 32de62cView commit details -
improve comments for data file managers. Using "file_obj_manager" ins…
…tead of "fileobj_manager" for consistency
Configuration menu - View commit details
-
Copy full SHA for 2b17731 - Browse repository at this point
Copy the full SHA 2b17731View commit details -
Configuration menu - View commit details
-
Copy full SHA for eae1250 - Browse repository at this point
Copy the full SHA eae1250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a17bc - Browse repository at this point
Copy the full SHA 22a17bcView commit details -
handle RDKit parse failures in SMILES file lines instead of raise an …
…odd exception with the None molecule
Configuration menu - View commit details
-
Copy full SHA for 2b801da - Browse repository at this point
Copy the full SHA 2b801daView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6dfa08 - Browse repository at this point
Copy the full SHA d6dfa08View commit details -
use Chem.ForwardSDMolSuppler instead of Chem.SupplierFromFilename bec…
…ause the format is specified; no need to guess from the filename.
Configuration menu - View commit details
-
Copy full SHA for 08be44b - Browse repository at this point
Copy the full SHA 08be44bView commit details -
Added OEChem ifs(filename).IsValid() test to see if the open failed. …
…Raise error if it fails.
Configuration menu - View commit details
-
Copy full SHA for 50a6359 - Browse repository at this point
Copy the full SHA 50a6359View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6486ae - Browse repository at this point
Copy the full SHA e6486aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d01d36e - Browse repository at this point
Copy the full SHA d01d36eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 863cc2a - Browse repository at this point
Copy the full SHA 863cc2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 822f0bd - Browse repository at this point
Copy the full SHA 822f0bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b55a34 - Browse repository at this point
Copy the full SHA 4b55a34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ffc0be - Browse repository at this point
Copy the full SHA 8ffc0beView commit details
Commits on Jul 3, 2021
-
improved documentation on RDKit SMILES from_file_obj() backwards comp…
…ability support for 't'ext mode files
Configuration menu - View commit details
-
Copy full SHA for a3658a3 - Browse repository at this point
Copy the full SHA a3658a3View commit details -
Put information about the changed to_file(file_format="SMI") behavior…
…s: explicit [H]:s for both toolkits, no header line for RDKit
Configuration menu - View commit details
-
Copy full SHA for 9022091 - Browse repository at this point
Copy the full SHA 9022091View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dfba44 - Browse repository at this point
Copy the full SHA 4dfba44View commit details
Commits on Jul 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 34a0057 - Browse repository at this point
Copy the full SHA 34a0057View commit details -
fixed copy&paste error resulting in two tests with the same name.
Fixed the test case that wasn't actually being tested.
Configuration menu - View commit details
-
Copy full SHA for 176d3b8 - Browse repository at this point
Copy the full SHA 176d3b8View commit details -
fixed two more cases where copy&paste'd method names weren't updated,…
… shadowing other tests
Configuration menu - View commit details
-
Copy full SHA for 02ab331 - Browse repository at this point
Copy the full SHA 02ab331View commit details -
Configuration menu - View commit details
-
Copy full SHA for a075c9e - Browse repository at this point
Copy the full SHA a075c9eView commit details