Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfleetwood authored Jun 23, 2020
1 parent 5e2abf1 commit f0f5643
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# state-sampling
Python code for finding single equlibirated states and analysis of GPCR data

Written by Oliver Fleetwood 2019-2020.
Written by Oliver Fleetwood 2019-2020.

# Using the code
## bash
```bash
bash start.sh p0g 0 singlestate
```

# python
```python3
python main.py --iteration=0 --working_dir=.simu --exploration_type=singlestate --max_iteration=8
```

0 comments on commit f0f5643

Please sign in to comment.