ChEMBL_Structure_Pipeline icon indicating copy to clipboard operation
ChEMBL_Structure_Pipeline copied to clipboard

ChEMBL database structure pipelines

Results 19 ChEMBL_Structure_Pipeline issues
Sort by recently updated
recently updated
newest added

This PR fixes some circular import that is encountered during setup/installation, where the version of the structure pipeline is imported from module code. Now it is hard-coded into `setup.py` together...

The assertion in the following statement fails when running `unittest` in Python 3.9.8, using `rdkit` version 2022.3.1: https://github.com/chembl/ChEMBL_Structure_Pipeline/blob/8d599ad389a458c002be9fd8353a91ebaf370743/chembl_structure_pipeline/test/test_standardizer.py#L1655 Which raises: ``` FAIL: testDoubleBondStereoProblem1 (test.test_standardizer.TestCase) a problem found in testing ----------------------------------------------------------------------...

Hi, I have been using the following function for standardizing structures, and since it involves converting SMILES to RDKit_mol, and back to SMILES, I assumed that the output SMILES would...

Thank you for this pipeline; very helpful! I am writing a python command line wrapper to some of this functionality and it appears to me that some of the "runtime"...

question

Hi everyone, as mentioned in #14 , I've added a command line interface to standartization from SMILES strings (namely, from input files containing SMILES as their first column). Also, I...

For example: ``` std -i input.smi -o output_std.smi [-np NPROCS] ``` The option to process molecules in parallel on a given number of CPUs is also for people working with...

Hi, I noticed the standardizer adds a charge to suphur, which doesn't look correct to me. For instance ![image](https://user-images.githubusercontent.com/7021751/141513775-79c91159-374e-422b-8097-83cc3e4511b3.png) is standardised to ![image](https://user-images.githubusercontent.com/7021751/141513835-97c8c1db-fb42-4224-9d40-d542dd9509e1.png) and ![image](https://user-images.githubusercontent.com/7021751/141513926-164a267b-bf26-4aeb-a49d-45489f66dea4.png) is standardised to ![image](https://user-images.githubusercontent.com/7021751/141513969-df2e03f9-4994-4072-8dc9-f2b41365abb1.png)

Would then take care of dependencies and be immediately executable

Hi, Thanks for developing this pipeline and making it available, it is really useful! I noticed that the standardizer fixes covalent bonds to ionic in alkaline oxides, and it might...

Hi, thanks for implementing this useful pipeline! We come up with one issue related to salt remove: We found that: For these two molecules, the 'standardize_mol' function followed by the...