Update README.md

This commit is contained in:
tgttunstall 2020-09-21 18:07:58 +01:00 committed by GitHub
parent 5ceea2e7b7
commit ac3c8a8086
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,15 @@
mCSM Analysis mCSM
============= =============
This contains scripts that does the following: This contains scripts that does the following:
1. mCSM analysis: using bash, python and R 1. mcsm.py: function for submitting mcsm job and extracting results
2. meta data analysis: using python and R 2. run_mcsm.py: wrapper to call mcsm.py
foldx
=============
This contains scripts that does the following:
1. runFoldx.py: submitting foldx requests and extracting results
2. runfoldx.sh: is wrapped by runFoldx.py
Requires an additional 'Data' directory. Batteries not included:-) Requires an additional 'Data' directory. Batteries not included:-)
@ -17,17 +23,17 @@ Requires an additional 'Data' directory. Batteries not included:-)
subdirs within this repo subdirs within this repo
``` ```
meta\_data\_analysis/ scripts
*.R *.R
*.py *.py
<plotting>/
*.R
mcsm_analysis
mcsm
# <drug>/ # <drug>/
foldx_analysis foldx
plotting
*.R
``` ```