From ac3c8a8086cc4afb170262b8f17735345a2234ef Mon Sep 17 00:00:00 2001 From: tgttunstall <54280754+tgttunstall@users.noreply.github.com> Date: Mon, 21 Sep 2020 18:07:58 +0100 Subject: [PATCH] Update README.md --- README.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ddb5528..f60661d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ -mCSM Analysis +mCSM ============= This contains scripts that does the following: - 1. mCSM analysis: using bash, python and R - 2. meta data analysis: using python and R + 1. mcsm.py: function for submitting mcsm job and extracting results + 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:-) @@ -17,18 +23,18 @@ Requires an additional 'Data' directory. Batteries not included:-) subdirs within this repo ``` - meta\_data\_analysis/ + scripts *.R *.py + / + *.R + - mcsm_analysis + mcsm # / - foldx_analysis - - plotting - *.R - + foldx + ``` More docs here as I write them.