From 09fbeb44ce1e0813edf77631c5e02e1d6081977f Mon Sep 17 00:00:00 2001 From: Hectopasca1 Date: Mon, 20 Apr 2026 11:34:21 +0800 Subject: [PATCH 1/3] Minor grammar errors fixed. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 86dbb75..36f2aff 100644 --- a/README.md +++ b/README.md @@ -304,14 +304,14 @@ run : Launch a task in the cli. ``` Some prepared input file template can be called by the `task` option, and existing input file can also be interactively inquired and modified -in the sub-cli of the `edit` option. +in the sub-CLI of the `edit` option. ### Input File Template The input file should be in YAML format. Here is a completed input file template that contains all supported tasks. -The variables starts with "###" are the additions only required by -using BUCToolkit as an executable program, and those that starts with "#" are normal comments. +The variables start with "###" are the additions only required by +using BUCToolkit as an executable program, and those that start with "#" are normal comments. ```yaml # input template @@ -499,7 +499,7 @@ buctoolkit -c `$input_type` `$input_path` `$output_type` `$output_path` This command will convert all files in `$input_path` with assumed format of `$input_type` into `$output_path` in the format of `$output_type`. -For a finer control, following python script can be used: +For a finer control, the following python script can be used: ```python import BUCToolkit as bt from BUCToolkit.io import read_opt_structures, read_md_traj, read_mc_traj @@ -529,7 +529,7 @@ data = CreatePygData().feat2data_list(bs3) graph = CreateDglData().feat2graph_list(bs3) ``` -Wherein, the args of `indices` specify the selected part to read and write, instead of all files. +Wherein, the args of `indices` specify the selected parts to read and write, instead of all files. ## Contact Us From 1df5a0149e92f9591e2a5647214d8b5918c82d19 Mon Sep 17 00:00:00 2001 From: Hectopasca1 Date: Mon, 20 Apr 2026 11:38:51 +0800 Subject: [PATCH 2/3] Minor grammar errors fixed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36f2aff..7ce32b8 100644 --- a/README.md +++ b/README.md @@ -529,7 +529,7 @@ data = CreatePygData().feat2data_list(bs3) graph = CreateDglData().feat2graph_list(bs3) ``` -Wherein, the args of `indices` specify the selected parts to read and write, instead of all files. +Wherein, the args of `indices` specify the selected parts to read and write instead of all files. ## Contact Us From 4179c4b38b948ad09e684c22613651810633f0b9 Mon Sep 17 00:00:00 2001 From: Hectopasca1 Date: Mon, 20 Apr 2026 15:59:40 +0800 Subject: [PATCH 3/3] Minor grammar errors fixed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77632a5..237f22d 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,7 @@ run : Launch a task in the cli. >>> ``` -Some prepared input file template can be called by the `task` option, +Some prepared input file templates can be called by the `task` option, and existing input file can also be interactively inquired and modified in the sub-CLI of the `edit` option.