Skip to content

Commit 41892c2

Browse files
committed
Amended ReadMe Files NO_JIRA
1 parent 6ae4268 commit 41892c2

File tree

5 files changed

+37
-12
lines changed

5 files changed

+37
-12
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ the [CSD-Python API ](https://www.ccdc.cam.ac.uk/solutions/csd-core/components/c
1010

1111
The purpose of this platform is to distribute knowledge and allow for scientific collaborations. Scripts are provided on an as-is basis and while their use is not supported we do welcome feedback on potential improvements. All scripts are tested against the latest version of the CSD Python API as installed with the CSD Portfolio.
1212

13-
> For feedback or to report any issues please contact [support@ccdc.cam.ac.uk.](support@ccdc.cam.ac.uk.)
13+
> For feedback or to report any issues please contact [support@ccdc.cam.ac.uk](support@ccdc.cam.ac.uk)
1414
1515
## Content
1616

@@ -26,6 +26,8 @@ The purpose of this platform is to distribute knowledge and allow for scientific
2626

2727
Valid CSD Portfolio licence is required for all scripts, some will require additional licence levels for use, such as Discovery and Materials. Requirements are clearly displayed in the `ReadMe` that accompanies each script.
2828

29+
Don’t have a licence? Contact us [here to request a quote or demonstration.](https://www.ccdc.cam.ac.uk/theccdcprofile/contactus/)
30+
2931
## Downloading Scripts
3032

3133
This section will focus on how to download multiple or individual scripts:
@@ -42,8 +44,8 @@ This section will focus on how to download multiple or individual scripts:
4244
#### TO DO - write instructions on how to download
4345

4446

45-
## Running scripts through the CSD-Python API Miniconda installed
47+
## Running scripts through the CSD Python API Miniconda installed
4648

47-
This requires you to already have the CSD-Python API installed.
49+
This requires you to already have the CSD Python API installed.
4850

4951
##### TODO - Write instructions

scripts/ReadMe.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
## Contents
22

3+
This folder contains scripts submitted by users or CCDC scientists for anyone to use freely.
4+
35
### Hydrogen bond propensity :
4-
- Details ...
6+
- Writes a .docx report of a hydrogen bond propensity calculation for any given mol2/refcode.
57

68
### Multi-component hydrogen bond propensity:
7-
- Details ...
9+
- Performs a multi-component HBP calculation for a given library of co-formers.
810

911
### Packing similarity dendrogram:
10-
- Details ...
12+
- Construct a dendrogram for an input set of structures based on packing-similarity
13+
analysis
1114

1215

1316
## Tips
14-
- Searching tips:
17+
### Searching tips:
Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,37 @@
11
# Hydrogen Bond Propensity
22

3-
----
3+
Writes a .docx report of a hydrogen bond propensity calculation
44

5+
----
56
[Summary]
67

78
## Example
89

910
\#TODO [Output from script]
1011

1112
## Requirements
12-
\#TODO [List]
1313

14+
```matplotlib, docxtpl```
15+
16+
- hydrogen_bond_propensity_report.docx
1417
## Licensing Requirements
1518
\#TODO [LIST]
1619

1720
## Instructions on running
18-
\#TODO [Example run]
21+
22+
Using mol2 file
23+
```cmd
24+
activate ccdc
25+
python hydrogen_bond_propensity_report.py structure.mol2
26+
```
27+
28+
Options:
29+
30+
- \- d | --directory - sets the working directory
31+
- \- n | --noopen - Do not automatically open the generated output file.
1932

2033
## Author
21-
\#TODO [Add]
34+
35+
_Andrew Maloney_ - CCDC (2017)
36+
37+
> For feedback or to report any issues please contact [support@ccdc.cam.ac.uk](support@ccdc.cam.ac.uk)

scripts/multi_component_hydrogen_bond_propensity/ReadMe.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@
1818
\#TODO [Example run]
1919

2020
## Author
21-
\#TODO [Add]
21+
\#TODO [Add]
22+
23+
> For feedback or to report any issues please contact [support@ccdc.cam.ac.uk](support@ccdc.cam.ac.uk)

scripts/packing_similarity_dendrogram/ReadMe.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,5 @@ retained by default in the packing-similarity analysis.
163163

164164
## Authors:
165165
_Anthony Reilly(2016)_
166+
167+
> For feedback or to report any issues please contact [support@ccdc.cam.ac.uk](support@ccdc.cam.ac.uk)

0 commit comments

Comments
 (0)