Datasets:
Hani Park
commited on
Commit
·
c955829
1
Parent(s):
6b38da8
Replace invalid SMILES string with valid SMILES
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
version: 1.
|
3 |
language: en
|
4 |
license: mit
|
5 |
source_datasets: curated
|
@@ -112,7 +112,7 @@ as a much improved and generalizable training data source for building data-driv
|
|
112 |
|
113 |
This is a mirror of the [official Github repo](https://github.com/mcsorkun/AqSolDB) where the dataset was uploaded in 2019.
|
114 |
|
115 |
-
[Updates 2025.08.01
|
116 |
Replaced invalid SMILES strings that could not be parsed by RDKit with valid SMILES.
|
117 |
- 'CC1=[C-]C=C[NH+2]([O-])C1' -> 'Cc1ccc[n+]([O-])c1'
|
118 |
- 'O=C([O-])C1=C[NH+2]([O-])CC=C1' -> 'O=C(O)c1ccc[n+]([O-])c1'
|
|
|
1 |
---
|
2 |
+
version: 1.1.0
|
3 |
language: en
|
4 |
license: mit
|
5 |
source_datasets: curated
|
|
|
112 |
|
113 |
This is a mirror of the [official Github repo](https://github.com/mcsorkun/AqSolDB) where the dataset was uploaded in 2019.
|
114 |
|
115 |
+
[Updates 2025.08.01 - version 1.1.0]
|
116 |
Replaced invalid SMILES strings that could not be parsed by RDKit with valid SMILES.
|
117 |
- 'CC1=[C-]C=C[NH+2]([O-])C1' -> 'Cc1ccc[n+]([O-])c1'
|
118 |
- 'O=C([O-])C1=C[NH+2]([O-])CC=C1' -> 'O=C(O)c1ccc[n+]([O-])c1'
|