Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# Project Homepage: https://github.com/adrienverge/yamllint
#
# Overriding rules in files:
# http://yamllint.readthedocs.io/en/latest/disable_with_comments.html
# https://yamllint.readthedocs.io/en/latest/disable_with_comments.html
---
extends: default

# Rules documentation: http://yamllint.readthedocs.io/en/latest/rules.html
# Rules documentation: https://yamllint.readthedocs.io/en/latest/rules.html
rules:
document-start: disable
line-length:
Expand Down
2 changes: 1 addition & 1 deletion api_paper_2024/example_2/about_entry.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This script can be used for any purpose without limitation subject to the
# conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
# conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
#
# This permission notice and the following statement of attribution must be
# included in all copies or substantial portions of this script.
Expand Down
2 changes: 1 addition & 1 deletion api_paper_2024/example_2/language_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
pages ="7233-7241",
publisher ="The Royal Society of Chemistry",
doi ="10.1039/D0CE00045K",
url ="http://dx.doi.org/10.1039/D0CE00045K",
url ="https://dx.doi.org/10.1039/D0CE00045K",
"""
# For now, to prevent deprecation warnings tripping things up
import warnings
Expand Down
2 changes: 1 addition & 1 deletion api_paper_2024/example_2/references.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This script can be used for any purpose without limitation subject to the
# conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
# conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
#
# This permission notice and the following statement of attribution must be
# included in all copies or substantial portions of this script.
Expand Down
2 changes: 1 addition & 1 deletion api_paper_2024/example_2/url_requesting.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This script can be used for any purpose without limitation subject to the
# conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
# conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
#
# This permission notice and the following statement of attribution must be
# included in all copies or substantial portions of this script.
Expand Down
2 changes: 1 addition & 1 deletion api_paper_2024/example_4/mercury_metal_voronoi.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This script can be used for any purpose without limitation subject to the
# conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
# conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
#
# This permission notice and the following statement of attribution must be
# included in all copies or substantial portions of this script.
Expand Down
2 changes: 1 addition & 1 deletion api_paper_2024/example_4/mercury_molecular_voronoi.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This script can be used for any purpose without limitation subject to the
# conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
# conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
#
# This permission notice and the following statement of attribution must be
# included in all copies or substantial portions of this script.
Expand Down
2 changes: 1 addition & 1 deletion api_paper_2024/example_4/voronoi.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This script can be used for any purpose without limitation subject to the
# conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
# conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
#
# This permission notice and the following statement of attribution must be
# included in all copies or substantial portions of this script.
Expand Down
2 changes: 1 addition & 1 deletion api_paper_2024/example_5/particle_shape.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This script can be used for any purpose without limitation subject to the
# conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
# conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
#
# This permission notice and the following statement of attribution must be
# included in all copies or substantial portions of this script.
Expand Down
2 changes: 1 addition & 1 deletion api_paper_2024/example_5/shape_classification.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This script can be used for any purpose without limitation subject to the
# conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
# conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
#
# This permission notice and the following statement of attribution must be
# included in all copies or substantial portions of this script.
Expand Down
2 changes: 1 addition & 1 deletion api_paper_2024/example_5/visualiser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This script can be used for any purpose without limitation subject to the
# conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
# conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx
#
# This permission notice and the following statement of attribution must be
# included in all copies or substantial portions of this script.
Expand Down
2 changes: 1 addition & 1 deletion notebooks/API_Training_Exercises/01_Simple_Report.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand Down
4 changes: 2 additions & 2 deletions notebooks/Discovery/00_Background/00_Background.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand Down Expand Up @@ -501,7 +501,7 @@
"source": [
"### RDKit\n",
"\n",
"As noted above, the Python API is primarily intended as a means of programatically accessing the CSD and the various tools provided by the CCDC. It is not currently intended to be a full-featured cheminformatics toolkit, although the Molecule API can certainly be used for a variety of chemiformatics tasks. Where functionality is not present in the Molecule API, we normally use the [RDKit](http://rdkit.org/docs/index.html), as it is freely-available, powerful and well-supported."
"As noted above, the Python API is primarily intended as a means of programatically accessing the CSD and the various tools provided by the CCDC. It is not currently intended to be a full-featured cheminformatics toolkit, although the Molecule API can certainly be used for a variety of chemiformatics tasks. Where functionality is not present in the Molecule API, we normally use the [RDKit](https://rdkit.org/docs/index.html), as it is freely-available, powerful and well-supported."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand Down Expand Up @@ -526,10 +526,10 @@
"evalue": "'NoneType' object is not subscriptable",
"output_type": "error",
"traceback": [
"\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[1;31mTypeError\u001b[0m Traceback (most recent call last)",
"Cell \u001b[1;32mIn[26], line 1\u001b[0m\n\u001b[1;32m----> 1\u001b[0m \u001b[38;5;28;01massert\u001b[39;00m (\u001b[43mconquest_df\u001b[49m\u001b[43m[\u001b[49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[38;5;124;43mRefcode\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[43m]\u001b[49m \u001b[38;5;241m==\u001b[39m connser_df[\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mRefcode\u001b[39m\u001b[38;5;124m'\u001b[39m])\u001b[38;5;241m.\u001b[39mall()\n",
"\u001b[1;31mTypeError\u001b[0m: 'NoneType' object is not subscriptable"
"\u001B[1;31m---------------------------------------------------------------------------\u001B[0m",
"\u001B[1;31mTypeError\u001B[0m Traceback (most recent call last)",
"Cell \u001B[1;32mIn[26], line 1\u001B[0m\n\u001B[1;32m----> 1\u001B[0m \u001B[38;5;28;01massert\u001B[39;00m (\u001B[43mconquest_df\u001B[49m\u001B[43m[\u001B[49m\u001B[38;5;124;43m'\u001B[39;49m\u001B[38;5;124;43mRefcode\u001B[39;49m\u001B[38;5;124;43m'\u001B[39;49m\u001B[43m]\u001B[49m \u001B[38;5;241m==\u001B[39m connser_df[\u001B[38;5;124m'\u001B[39m\u001B[38;5;124mRefcode\u001B[39m\u001B[38;5;124m'\u001B[39m])\u001B[38;5;241m.\u001B[39mall()\n",
"\u001B[1;31mTypeError\u001B[0m: 'NoneType' object is not subscriptable"
]
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand All @@ -16,6 +16,13 @@
"```"
]
},
{
"metadata": {},
"cell_type": "code",
"outputs": [],
"execution_count": null,
"source": ""
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/Discovery/07_Cavities/Cavities.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/Discovery/07_Cavities/pdbe_get.ps1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
function pdbe_get() {

Check warning on line 2 in notebooks/Discovery/07_Cavities/pdbe_get.ps1

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Remove trailing whitespace from this line

See more on https://sonarcloud.io/project/issues?id=ccdc-opensource_csd-python-api-scripts&issues=AZ5qI69qEOv_2b6FJEEU&open=AZ5qI69qEOv_2b6FJEEU&pullRequest=93
Param([string]$pdb_code)

Check warning on line 3 in notebooks/Discovery/07_Cavities/pdbe_get.ps1

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Change case of keyword from 'Param' to 'param'

See more on https://sonarcloud.io/project/issues?id=ccdc-opensource_csd-python-api-scripts&issues=AZ5qI69qEOv_2b6FJEET&open=AZ5qI69qEOv_2b6FJEET&pullRequest=93

Check warning on line 4 in notebooks/Discovery/07_Cavities/pdbe_get.ps1

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Remove trailing whitespace from this line

See more on https://sonarcloud.io/project/issues?id=ccdc-opensource_csd-python-api-scripts&issues=AZ5qI69qEOv_2b6FJEEV&open=AZ5qI69qEOv_2b6FJEEV&pullRequest=93
$pdb_code = $pdb_code.ToLower()

Check warning on line 6 in notebooks/Discovery/07_Cavities/pdbe_get.ps1

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Remove trailing whitespace from this line

See more on https://sonarcloud.io/project/issues?id=ccdc-opensource_csd-python-api-scripts&issues=AZ5qI69qEOv_2b6FJEEW&open=AZ5qI69qEOv_2b6FJEEW&pullRequest=93
$uri = [System.Uri]"http://www.ebi.ac.uk/pdbe/entry-files/download/pdb${pdb_code}.ent"
$uri = [System.Uri]"https://www.ebi.ac.uk/pdbe/entry-files/download/pdb${pdb_code}.ent"

$pdb_file = Join-Path -Path $(Convert-Path '.') -ChildPath $uri.Segments[-1] # Absolute path for output file

Check warning on line 10 in notebooks/Discovery/07_Cavities/pdbe_get.ps1

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Remove trailing whitespace from this line

See more on https://sonarcloud.io/project/issues?id=ccdc-opensource_csd-python-api-scripts&issues=AZ5qI69qEOv_2b6FJEEX&open=AZ5qI69qEOv_2b6FJEEX&pullRequest=93
$wc = New-Object System.Net.WebClient

Check warning on line 12 in notebooks/Discovery/07_Cavities/pdbe_get.ps1

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Remove trailing whitespace from this line

See more on https://sonarcloud.io/project/issues?id=ccdc-opensource_csd-python-api-scripts&issues=AZ5qI69qEOv_2b6FJEEY&open=AZ5qI69qEOv_2b6FJEEY&pullRequest=93
$wc.DownloadFile($uri, $pdb_file)
Expand Down
4 changes: 2 additions & 2 deletions notebooks/Discovery/08_Docking/00a_Input_for_GOLD.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand All @@ -26,7 +26,7 @@
"\n",
"For optimal performance, GOLD requires a good-quality 3D ligand structure as input. The CSD [Molecule API](https://downloads.ccdc.cam.ac.uk/documentation/API/modules/molecule_api.html) and [Conformer API](https://downloads.ccdc.cam.ac.uk/documentation/API/modules/conformer_api.html) can now be used together to generate such structures. This notebook is designed to show how this can be done.\n",
"\n",
"Note that it is assumed that the input structures are all in the desired charge and tautomeric states. No protonation/deprotonation or tautomer standardization/enumeration is done here. This is currently out of scope for the [CSD Python API](https://downloads.ccdc.cam.ac.uk/documentation/API/index.html), but we recommend [RDKit](http://www.rdkit.org/docs/GettingStartedInPython.html) to those who wish to investigate it further."
"Note that it is assumed that the input structures are all in the desired charge and tautomeric states. No protonation/deprotonation or tautomer standardization/enumeration is done here. This is currently out of scope for the [CSD Python API](https://downloads.ccdc.cam.ac.uk/documentation/API/index.html), but we recommend [RDKit](https://www.rdkit.org/docs/GettingStartedInPython.html) to those who wish to investigate it further."
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions notebooks/Discovery/08_Docking/00b_Input_for_GOLD-RDKit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand All @@ -26,7 +26,7 @@
"\n",
"For optimal performance, GOLD requires good-quality 3D ligand structures as input (note that it only requires a single conformer as it performs flexible docking based on the input structure). Now, the [Conformer API](https://downloads.ccdc.cam.ac.uk/documentation/API/modules/conformer_api.html) can be used to generate a 3D structure that reflects conformational preferences observed in the CSD and thus provides ideal input for GOLD. This process is illustrated in the notebook [00a_Input_for_GOLD](./00a_Input_for_GOLD.ipynb).\n",
"\n",
"However, if this tool is not available (_e.g._ for licencing reasons), we recommend the use of [RDKit](http://rdkit.org/) to generate an initial 3D structure.\n",
"However, if this tool is not available (_e.g._ for licencing reasons), we recommend the use of [RDKit](https://rdkit.org/) to generate an initial 3D structure.\n",
"\n",
"Note that it is assumed that the input structures are all in the desired charge and tautomeric states. No protonation/deprotonation or tautomer standardization/enumeration is done here."
]
Expand Down
2 changes: 1 addition & 1 deletion notebooks/Discovery/08_Docking/01_Docking_foreground.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/Discovery/08_Docking/05_Parameter_tests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"```\n",
"This script can be used for any purpose without limitation subject to the\n",
"conditions at http://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"conditions at https://www.ccdc.cam.ac.uk/Community/Pages/Licences/v2.aspx\n",
"\n",
"This permission notice and the following statement of attribution must be\n",
"included in all copies or substantial portions of this script.\n",
Expand Down
Loading