Skip to content

Commit b3d352b

Browse files
committed
Move files to new locations and update descriptions so they're easier to read.
1 parent d8a8a5e commit b3d352b

75 files changed

Lines changed: 366 additions & 398 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

scripts/ReadMe.md

Lines changed: 35 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -3,84 +3,52 @@
33

44
This folder contains scripts submitted by users or CCDC scientists for anyone to use freely.
55

6-
## Concat Mol2
6+
## Assorted Utilities
77

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.
99

10-
## Conformer demo
10+
| Script | Description |
11+
|--------|-------------|
12+
| Concat Mol2 | Concatenates mol2 files present in working directory to a single `.mol2` file. |
1113

12-
- A short script to generate conformers with some rudimentary analysis for a single molecule.
14+
## Core
1315

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. |
1527

16-
- A script to filter conformers based on a variety of torsion metrics.
28+
## Discovery
1729

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. |
1934

20-
- Creates input files (`.cell` and `.param`) files for a given compound through Mercury.
35+
## Materials
2136

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. |
2341

24-
- Create GAUSSIAN input file (`.gjf`) for a given CSD refcode or `.mol2` file.
42+
## Particle
2543

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. |
2750

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
8452

8553
The search bar in GitHub allows you to search for keywords mentioned in any file throughout the repository (in the main branch).
8654

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)