Skip to content

Commit f0f5643

Browse files
Update README.md
1 parent 5e2abf1 commit f0f5643

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# state-sampling
22
Python code for finding single equlibirated states and analysis of GPCR data
33

4-
Written by Oliver Fleetwood 2019-2020.
4+
Written by Oliver Fleetwood 2019-2020.
5+
6+
# Using the code
7+
## bash
8+
```bash
9+
bash start.sh p0g 0 singlestate
10+
```
11+
12+
# python
13+
```python3
14+
python main.py --iteration=0 --working_dir=.simu --exploration_type=singlestate --max_iteration=8
15+
```

0 commit comments

Comments
 (0)