Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Zhu committed May 22, 2024
1 parent 33a6b2c commit a95bd23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit a95bd23

Please sign in to comment.