Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.

Commit 4183c8a

Browse files
committed
2 parents 616e383 + a672ffe commit 4183c8a

File tree

5 files changed

+55
-62
lines changed

5 files changed

+55
-62
lines changed

notebooks/demo_AutoDock_Vina.ipynb

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -414,17 +414,16 @@
414414
" \"component_type\": \"dockstream\",\n",
415415
" \"name\": \"dockstream\",\n",
416416
" \"weight\": 1,\n",
417-
" \"model_path\": \"\",\n",
418-
" \"smiles\": [],\n",
419417
" \"specific_parameters\": {\n",
420-
" \"transformation\": true,\n",
421-
" \"transformation_type\": \"reverse_sigmoid\",\n",
422-
" \"low\": -12,\n",
423-
" \"high\": -8,\n",
424-
" \"k\": 0.25,\n",
425-
" \"configuration_path\": \"<absolute_path_to_DockStream_configuration>/docking.json\",\n",
426-
" \"docker_script_path\": \"<absolute_path_to_DockStream_source>/docker.py\",\n",
427-
" \"environment_path\": \"<absolute_path_to_miniconda_installation>/miniconda3/envs/DockStream/bin/python\"\n",
418+
" \"transformation\": {\n",
419+
" \"transformation_type\": \"reverse_sigmoid\",\n",
420+
" \"low\": -12,\n",
421+
" \"high\": -8,\n",
422+
" \"k\": 0.25\n",
423+
" },\n",
424+
" \"configuration_path\": \"<absolute_path_to_DockStream_configuration>/docking.json\",\n",
425+
" \"docker_script_path\": \"<absolute_path_to_DockStream_source>/docker.py\",\n",
426+
" \"environment_path\": \"<absolute_path_to_miniconda_installation>/envs/DockStream/bin/python\"\n",
428427
" }\n",
429428
"}\n",
430429
"```\n",
@@ -541,7 +540,7 @@
541540
],
542541
"metadata": {
543542
"kernelspec": {
544-
"display_name": "Python 3",
543+
"display_name": "Python 3 (ipykernel)",
545544
"language": "python",
546545
"name": "python3"
547546
},
@@ -555,7 +554,7 @@
555554
"name": "python",
556555
"nbconvert_exporter": "python",
557556
"pygments_lexer": "ipython3",
558-
"version": "3.8.3"
557+
"version": "3.9.6"
559558
}
560559
},
561560
"nbformat": 4,

notebooks/demo_Glide.ipynb

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -388,18 +388,16 @@
388388
" \"component_type\": \"dockstream\",\n",
389389
" \"name\": \"dockstream\",\n",
390390
" \"weight\": 1,\n",
391-
" \"model_path\": \"\",\n",
392-
" \"smiles\": [],\n",
393391
" \"specific_parameters\": {\n",
394-
" \"debug\": false,\n",
395-
" \"transformation\": true,\n",
396-
" \"transformation_type\": \"reverse_sigmoid\",\n",
397-
" \"low\": -20,\n",
398-
" \"high\": -5,\n",
399-
" \"k\": 0.2,\n",
400-
" \"configuration_path\": \"<absolute_path_to_DockStream_configuration>/docking.json\",\n",
401-
" \"docker_script_path\": \"<absolute_path_to_DockStream_source>/docker.py\",\n",
402-
" \"environment_path\": \"<absolute_path_to_miniconda_installation>/miniconda3/envs/DockStream/bin/python\"\n",
392+
" \"transformation\": {\n",
393+
" \"transformation_type\": \"reverse_sigmoid\",\n",
394+
" \"low\": -20,\n",
395+
" \"high\": -5,\n",
396+
" \"k\": 0.2\n",
397+
" },\n",
398+
" \"configuration_path\": \"<absolute_path_to_DockStream_configuration>/docking.json\",\n",
399+
" \"docker_script_path\": \"<absolute_path_to_DockStream_source>/docker.py\",\n",
400+
" \"environment_path\": \"<absolute_path_to_miniconda_installation>/envs/DockStream/bin/python\"\n",
403401
" }\n",
404402
"}\n",
405403
"```\n",
@@ -839,7 +837,7 @@
839837
],
840838
"metadata": {
841839
"kernelspec": {
842-
"display_name": "Python 3",
840+
"display_name": "Python 3 (ipykernel)",
843841
"language": "python",
844842
"name": "python3"
845843
},
@@ -853,7 +851,7 @@
853851
"name": "python",
854852
"nbconvert_exporter": "python",
855853
"pygments_lexer": "ipython3",
856-
"version": "3.7.11"
854+
"version": "3.9.6"
857855
}
858856
},
859857
"nbformat": 4,

notebooks/demo_Gold.ipynb

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -382,17 +382,16 @@
382382
" \"component_type\": \"dockstream\",\n",
383383
" \"name\": \"dockstream\",\n",
384384
" \"weight\": 1,\n",
385-
" \"model_path\": \"\",\n",
386-
" \"smiles\": [],\n",
387385
" \"specific_parameters\": {\n",
388-
" \"transformation\": true,\n",
389-
" \"transformation_type\": \"sigmoid\",\n",
390-
" \"low\": 60,\n",
391-
" \"high\": 100,\n",
392-
" \"k\": 0.25,\n",
393-
" \"configuration_path\": \"<absolute_path_to_DockStream_configuration>/docking.json\",\n",
394-
" \"docker_script_path\": \"<absolute_path_to_DockStream_source>/docker.py\",\n",
395-
" \"environment_path\": \"<absolute_path_to_miniconda_installation>/miniconda3/envs/DockStream/bin/python\"\n",
386+
" \"transformation\": {\n",
387+
" \"transformation_type\": \"sigmoid\",\n",
388+
" \"low\": 60,\n",
389+
" \"high\": 100,\n",
390+
" \"k\": 0.25\n",
391+
" },\n",
392+
" \"configuration_path\": \"<absolute_path_to_DockStream_configuration>/docking.json\",\n",
393+
" \"docker_script_path\": \"<absolute_path_to_DockStream_source>/docker.py\",\n",
394+
" \"environment_path\": \"<absolute_path_to_miniconda_installation>/envs/DockStream/bin/python\"\n",
396395
" }\n",
397396
"}\n",
398397
"```\n",
@@ -516,7 +515,7 @@
516515
],
517516
"metadata": {
518517
"kernelspec": {
519-
"display_name": "Python 3",
518+
"display_name": "Python 3 (ipykernel)",
520519
"language": "python",
521520
"name": "python3"
522521
},
@@ -530,7 +529,7 @@
530529
"name": "python",
531530
"nbconvert_exporter": "python",
532531
"pygments_lexer": "ipython3",
533-
"version": "3.8.3"
532+
"version": "3.9.6"
534533
}
535534
},
536535
"nbformat": 4,

notebooks/demo_Hybrid.ipynb

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@
330330
]
331331
},
332332
{
333-
"attachments": {},
334333
"cell_type": "markdown",
335334
"metadata": {},
336335
"source": [
@@ -367,17 +366,16 @@
367366
" \"component_type\": \"dockstream\",\n",
368367
" \"name\": \"dockstream\",\n",
369368
" \"weight\": 1,\n",
370-
" \"model_path\": \"\",\n",
371-
" \"smiles\": [],\n",
372369
" \"specific_parameters\": {\n",
373-
" \"transformation\": true,\n",
374-
" \"transformation_type\": \"reverse_sigmoid\",\n",
375-
" \"low\": -16,\n",
376-
" \"high\": -8,\n",
377-
" \"k\": 0.25,\n",
378-
" \"configuration_path\": \"<absolute_path_to_DockStream_configuration>/docking.json\",\n",
379-
" \"docker_script_path\": \"<absolute_path_to_DockStream_source>/docker.py\",\n",
380-
" \"environment_path\": \"<absolute_path_to_miniconda_installation>/miniconda3/envs/DockStream/bin/python\"\n",
370+
" \"transformation\": {\n",
371+
" \"transformation_type\": \"reverse_sigmoid\",\n",
372+
" \"low\": -16,\n",
373+
" \"high\": -8,\n",
374+
" \"k\": 0.25\n",
375+
" },\n",
376+
" \"configuration_path\": \"<absolute_path_to_DockStream_configuration>/docking.json\",\n",
377+
" \"docker_script_path\": \"<absolute_path_to_DockStream_source>/docker.py\",\n",
378+
" \"environment_path\": \"<absolute_path_to_miniconda_installation>/envs/DockStream/bin/python\"\n",
381379
" }\n",
382380
"}\n",
383381
"```\n",
@@ -500,7 +498,7 @@
500498
],
501499
"metadata": {
502500
"kernelspec": {
503-
"display_name": "Python 3",
501+
"display_name": "Python 3 (ipykernel)",
504502
"language": "python",
505503
"name": "python3"
506504
},
@@ -514,7 +512,7 @@
514512
"name": "python",
515513
"nbconvert_exporter": "python",
516514
"pygments_lexer": "ipython3",
517-
"version": "3.8.3"
515+
"version": "3.9.6"
518516
}
519517
},
520518
"nbformat": 4,

notebooks/demo_rDock.ipynb

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -430,17 +430,16 @@
430430
" \"component_type\": \"dockstream\",\n",
431431
" \"name\": \"dockstream\",\n",
432432
" \"weight\": 1,\n",
433-
" \"model_path\": \"\",\n",
434-
" \"smiles\": [],\n",
435433
" \"specific_parameters\": {\n",
436-
" \"transformation\": true,\n",
437-
" \"transformation_type\": \"reverse_sigmoid\",\n",
438-
" \"low\": -50,\n",
439-
" \"high\": -25,\n",
440-
" \"k\": 0.25,\n",
441-
" \"configuration_path\": \"<absolute_path_to_DockStream_configuration>/docking.json\",\n",
442-
" \"docker_script_path\": \"<absolute_path_to_DockStream_source>/docker.py\",\n",
443-
" \"environment_path\": \"<absolute_path_to_miniconda_installation>/miniconda3/envs/DockStream/bin/python\"\n",
434+
" \"transformation\": {\n",
435+
" \"transformation_type\": \"reverse_sigmoid\",\n",
436+
" \"low\": -50,\n",
437+
" \"high\": -25,\n",
438+
" \"k\": 0.25\n",
439+
" },\n",
440+
" \"configuration_path\": \"<absolute_path_to_DockStream_configuration>/docking.json\",\n",
441+
" \"docker_script_path\": \"<absolute_path_to_DockStream_source>/docker.py\",\n",
442+
" \"environment_path\": \"<absolute_path_to_miniconda_installation>/envs/DockStream/bin/python\"\n",
444443
" }\n",
445444
"}\n",
446445
"```\n",
@@ -568,7 +567,7 @@
568567
],
569568
"metadata": {
570569
"kernelspec": {
571-
"display_name": "Python 3",
570+
"display_name": "Python 3 (ipykernel)",
572571
"language": "python",
573572
"name": "python3"
574573
},
@@ -582,7 +581,7 @@
582581
"name": "python",
583582
"nbconvert_exporter": "python",
584583
"pygments_lexer": "ipython3",
585-
"version": "3.8.3"
584+
"version": "3.9.6"
586585
}
587586
},
588587
"nbformat": 4,

0 commit comments

Comments
 (0)