Skip to content

Commit 795d9b6

Browse files
authored
Update README.md
1 parent 11ca49a commit 795d9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ python3 d4_cmd_driver.py --query_name gb1 --alignment_file example/gb1_1000_expe
5353
To make predictions for the variants `G1W` as well as `K42G,I24P` and get the predicted fitness score.
5454

5555
```sh
56-
d4_predict.py --model_filepath result_files/saved_models/gb1None_10_01_2024_110517_end/ --protein_pdb example/gb1.pdb --alignment_file example/gb1_1000_experimental.clustal --query_name gb1 --variant_s G1W_K42G,I24P --wt_seq MQYKLILNGKTLKGETTTEAVDAATAEKVFKQYANDNGVDGEWTYDDATKTFTVTE --first_ind 0
56+
python3 d4_predict.py --model_filepath result_files/saved_models/gb1None_10_01_2024_110517_end/ --protein_pdb example/gb1.pdb --alignment_file example/gb1_1000_experimental.clustal --query_name gb1 --variant_s G1W_K42G,I24P --wt_seq MQYKLILNGKTLKGETTTEAVDAATAEKVFKQYANDNGVDGEWTYDDATKTFTVTE --first_ind 0
5757
```
5858

5959
If only positive scores should be shown, one can pipe the output through the following commands:

0 commit comments

Comments
 (0)