Skip to content
Snippets Groups Projects
Commit 9cc813a3 authored by fejung's avatar fejung
Browse files

Update

parent 197e45da
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,11 @@ Afterwards run either predict_cpu or predict_cuda depending on your hardware. Fo
```
python predict_cpu filepath
```
You can specify the growth temperature and protein environment the following way
You can specify the growth temperature and protein environment in the following way
```
python predict_cpu filepath -g growthtemp<int> -m measurementcondition <str>
```
The only available measurement conditions are "Lysate" and "Cell". The default parameters for the growth temperature and the measurement conditios are 22 degrees Celsius and "Cell".
The only available measurement conditions are "Lysate" and "Cell". The default parameters for the growth temperature and the measurement conditios are 22 degrees Celsius and "Cell", respectivly.
In case you want to store the output file you can do that by specifying the save path with the flag -s
```
python predict_cpu filepath -g growthtemp<int> -m measurementcondition<str> -s savepath<str>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment