From a95bd23b1b53e9bd0e74fca865b0e1b5ec898128 Mon Sep 17 00:00:00 2001 From: Han Zhu Date: Wed, 22 May 2024 03:19:25 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b97136..34bd408 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ conda env create -f environment.yml ## Arguments (All required) ``` --F: Path to the folder that contain all the input mrc files --G: The GPU ID to use for the computation +-F: Class3D MRC files to be examine, separated by space +-G: The GPU ID to use for the computation, use comma to seperate multiple GPUs -J: The Job Name ``` ## Example ``` -python main.py -F ./Class3D/job052 -G 1 -J job052_select +python main.py -F ./Class3D/job052/class1.mrc ./Class3D/job052/class2.mrc ./Class3D/job052/class3.mrc -G 0,1,2 -J job052_select ``` \ No newline at end of file