Skip to content

Commit 2d3d42c

Browse files
authored
Update README.md
fixed a typo in the readme which made file naming conventions invisible
1 parent ea001f7 commit 2d3d42c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,14 @@ There are 4 scripts here which form a pipeline to generate new counter-examples
287287

288288
The pipeline is as follows: 1) generate_unique_lig_poses.py; 2) counterexample_generation_jobs.py; 3) generate_counterexample_typeslines.py; 4) types_extender.py.
289289

290-
Global Assumptions: 1) The data directory structure is <ROOT>/<POCKET>/<FILES>, 2) Crystal ligand files are named <PDBid>_<ligname><CRYSTAL SUFFIX>,
290+
Global Assumptions: 1) The data directory structure is:
291+
```
292+
<ROOT>/<POCKET>/<FILES>
293+
```,
294+
2) Crystal ligand files are named:
295+
```
296+
<PDBid>_<ligname><CRYSTAL SUFFIX>
297+
```,
291298
3) Receptors are PDB files, 4) output poses are SDF files.
292299

293300
### Step 1) Generating the unique poses for a Pocket

0 commit comments

Comments
 (0)