summaryrefslogtreecommitdiff
path: root/docs/deps/data-deps.txt
diff options
context:
space:
mode:
authorRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-06-20 14:57:23 +0200
committerRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-06-20 14:57:23 +0200
commit81dd5ed73a48ba811304ab9211d501b973eb640c (patch)
tree1903f61b5e0f91b7e10acb42e3631d24674ce6e2 /docs/deps/data-deps.txt
parent463787e347b00bf4076027ffbcb69166bcc6646d (diff)
Fix rdkit availability, prefer user/isomeric SMILES
In cases that the user specifies an isomeric SMILES, we want to use that with rdkit. If the user does not specify a SMILES, we prefer the isomeric one from PubChem over the canonical one, where stereochemistry is not defined.
Diffstat (limited to 'docs/deps/data-deps.txt')
-rw-r--r--docs/deps/data-deps.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/deps/data-deps.txt b/docs/deps/data-deps.txt
index 21592b5..693b82d 100644
--- a/docs/deps/data-deps.txt
+++ b/docs/deps/data-deps.txt
@@ -1,4 +1,4 @@
<script src="deps/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
-<link href="deps/bootstrap-5.2.2/bootstrap.min.css" rel="stylesheet" />
-<script src="deps/bootstrap-5.2.2/bootstrap.bundle.min.js"></script>
+<link href="deps/bootstrap-5.3.1/bootstrap.min.css" rel="stylesheet" />
+<script src="deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script>

Contact - Imprint