From c90752b52df7d8d75f79b6586b6cc4de0b6dfed1 Mon Sep 17 00:00:00 2001 From: Qinqing Liu Date: Tue, 17 Nov 2020 14:51:26 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52f7bec..9545168 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ cd ../../ ### Octree Generation Example (Optional) Provide one example data 1A1E from refined-set. Following steps can generate the points and build the OctSurf. (Default density for points is 6, and depth for OctSurf is 10. Can be specified in octree_for_single.sh file) -We also provide python tool to parse the generated OctSurf, and visualize it by generating vtk files that can visualize in Paraview. +We also provide python tool to parse the generated OctSurf, and generate vtk files that can be visualized in Paraview. ```angular2 cd pdbbind/data_example/pdbbind cp ../../bash_scripts/octree_for_single.sh .