|
3 | 3 |
|
4 | 4 | This folder contains scripts submitted by users or CCDC scientists for anyone to use freely. |
5 | 5 |
|
6 | | -## Concat Mol2 |
| 6 | +## Assorted Utilities |
7 | 7 |
|
8 | | -- Concatenates mol2 files present in working directory to a single `.mol2` file. |
| 8 | +Various scripts with no specific licence requirements that may be useful for a variety of purposes. |
9 | 9 |
|
10 | | -## Conformer demo |
| 10 | +| Script | Description | |
| 11 | +|--------|-------------| |
| 12 | +| Concat Mol2 | Concatenates mol2 files present in working directory to a single `.mol2` file. | |
11 | 13 |
|
12 | | -- A short script to generate conformers with some rudimentary analysis for a single molecule. |
| 14 | +## Core |
13 | 15 |
|
14 | | -## Conformer Filter Density |
| 16 | +| Script | Description | |
| 17 | +|--------|-------------| |
| 18 | +| Conformer demo | A short script to generate conformers with some rudimentary analysis for a single molecule. | |
| 19 | +| Conformer Filter Density | A script to filter conformers based on a variety of torsion metrics. | |
| 20 | +| Create CASTEP Input | Creates input files (`.cell` and `.param`) files for a given compound through Mercury. | |
| 21 | +| Create GAUSSIAN Input | Create GAUSSIAN input file (`.gjf`) for a given CSD refcode or `.mol2` file. | |
| 22 | +| Filter poses | A script to filter docking poses based on torsion statistics | |
| 23 | +| MOF subset 2017 Chem Mater publication | Two scripts that were supplementary information in the publication "Development of a Cambridge Structural Database Subset: A Collection of Metal–Organic Frameworks for Past, Present, and Future" DOI: <https://doi.org/10.1021/acs.chemmater.7b00441> | |
| 24 | +| Refcodes With Properties | A script for generating refcode lists with specific properties from an easy-to-read control file. | |
| 25 | +| Show semiconductor properties | Displays semiconductor properties for the structure currently loaded in Mercury. | |
| 26 | +| Void Search | A script to search on pre-calculated Void properties. | |
15 | 27 |
|
16 | | -- A script to filter conformers based on a variety of torsion metrics. |
| 28 | +## Discovery |
17 | 29 |
|
18 | | -## Create CASTEP Input |
| 30 | +| Script | Description | |
| 31 | +|--------|-------------| |
| 32 | +| Find Binding Conformation | Generates idealized conformers for ligands and evaluates their RMSD to the conformation in the PDB. | |
| 33 | +| GOLD-multi | Use the CSD Docking API and the multiprocessing module to parallelize GOLD docking. | |
19 | 34 |
|
20 | | -- Creates input files (`.cell` and `.param`) files for a given compound through Mercury. |
| 35 | +## Materials |
21 | 36 |
|
22 | | -## Create GAUSSIAN Input |
| 37 | +| Script | Description | |
| 38 | +|--------|-------------| |
| 39 | +| Multi-component hydrogen bond propensity | Performs a multi-component HBP calculation for a given library of co-formers. | |
| 40 | +| Packing similarity dendrogram | Construct a dendrogram for an input set of structures based on packing-similarity analysis. | |
23 | 41 |
|
24 | | -- Create GAUSSIAN input file (`.gjf`) for a given CSD refcode or `.mol2` file. |
| 42 | +## Particle |
25 | 43 |
|
26 | | -## Filter poses |
| 44 | +| Script | Description | |
| 45 | +|--------|-------------| |
| 46 | +| Hydrogen bond propensity | Writes a `.docx report` of a hydrogen bond propensity calculation for any given `.mol2`/refcode. | |
| 47 | +| November 2023 morphology webinar | A collection of scripts from the November 2023 CCDC Webinar on crystal morphologies. | |
| 48 | +| Particle Rugosity | Calculates the simulated BFDH particle rugosity weighted by facet area. | |
| 49 | +| Surface Charge | Calculates the surface charge for a given structure and surface terminations. Runs both from CMD and Mercury. | |
27 | 50 |
|
28 | | -- A script to filter docking poses based on torsion statistics |
29 | | - |
30 | | -## Find Binding Conformation |
31 | | - |
32 | | -- Generates idealized conformers for ligands and evaluates their RMSD to the conformation in the PDB. |
33 | | - |
34 | | -## GOLD-multi |
35 | | - |
36 | | -- Use the CSD Docking API and the multiprocessing module to parallelize GOLD docking. |
37 | | - |
38 | | -## Hydrogen bond propensity |
39 | | - |
40 | | -- Writes a `.docx report` of a hydrogen bond propensity calculation for any given `.mol2`/refcode. |
41 | | - |
42 | | -## MOF subset 2017 Chem Mater publication |
43 | | - |
44 | | -- Two scripts that were supplementary information in the publication "Development of a Cambridge Structural Database Subset: |
45 | | - A Collection of Metal–Organic Frameworks for Past, Present, and Future" DOI: <https://doi.org/10.1021/acs.chemmater.7b00441> |
46 | | - |
47 | | -## Multi-component hydrogen bond propensity |
48 | | - |
49 | | -- Performs a multi-component HBP calculation for a given library of co-formers. |
50 | | - |
51 | | -## November 2023 morphology webinar |
52 | | - |
53 | | -- A collection of scripts from the November 2023 CCDC Webinar on crystal morphologies. |
54 | | - |
55 | | -## Packing similarity dendrogram |
56 | | - |
57 | | -- Construct a dendrogram for an input set of structures based on packing-similarity analysis. |
58 | | - |
59 | | -## Particle Rugosity |
60 | | - |
61 | | -- Calculates the simulated BFDH particle rugosity weighted by facet area. |
62 | | - |
63 | | -## Refcodes With Properties |
64 | | - |
65 | | -- A script for generating refcode lists with specific properties from an easy-to-read control file. |
66 | | - |
67 | | -## Show semiconductor properties |
68 | | - |
69 | | -- Displays semiconductor properties for the structure currently loaded in Mercury. |
70 | | - |
71 | | -## Surface Charge |
72 | | - |
73 | | -- Calculates the surface charge for a given structure and surface terminations. Runs both from CMD and Mercury. |
74 | | - |
75 | | -## Void Search |
76 | | - |
77 | | -- A script to search on pre-calculated Void properties. |
78 | | - |
79 | | -## Tips |
80 | | - |
81 | | -A section for top tips in using the repository and GitHub. |
82 | | - |
83 | | -### Searching tips |
| 51 | +## Searching tips |
84 | 52 |
|
85 | 53 | The search bar in GitHub allows you to search for keywords mentioned in any file throughout the repository (in the main branch). |
86 | 54 |
|
|
0 commit comments