updated readme

This commit is contained in:
Tanushree Tunstall 2020-01-08 17:11:19 +00:00
parent 2c5e27fee8
commit e875c500a4
2 changed files with 8 additions and 35 deletions

View file

@ -1,33 +1,26 @@
mCSM Analysis
=============
This repo does mCSM analysis using Python (Pandas, numpy), bash and R.
This repo does mCSM analysis using Python, bash and R.
Requires an additional 'Data' directory (Supplied separately). Batteries not included.
Requires an additional 'Data' directory. Batteries not included.
# directory struc
# Assumptions
# Assumptions
1. git repos are cloned to `~/git`
2. The script
## LSHTM\_analysis: Repo
2. Requires a `Data/` in `~/git` which has the struc created by `mk-drug-dirs.sh`
## LSHTM\_analysis:
subdirs
needs to call `../Data/input/original/`
meta\_data\_analysis/
*.R
*.py
needs to call `../Data/input/processed/<drug>`
needs to output `../Data/output/results/<drug>`
mcsm\_analysis/
<drug>/ (generated by `meta_data_analysis/pnca_data_extraction.py`. To be replaced with command line args or config option "soon")
scripts/ (changed from `Scripts/`)
scripts/
*.R
*.py
mcsm/
@ -37,23 +30,4 @@ Requires an additional 'Data' directory (Supplied separately). Batteries not inc
plotting/
*.R
Data: Repo:
# subdirs
input/
original/
processed/
output/
<drug>/ (generated by `meta_data_analysis/pnca_data_extraction.py`. To be replaced with command line args or config option "soon")
results/
*.csv
*.xlsx
*.doc
*.txt
plots/
structure/
More docs here as I write them.

View file

@ -1,8 +1,7 @@
#!/bin/bash
# Create a drug directory structure for processing
#
#
# Structure:
## Structure:
#
# $DATA_DIR/$DRUG/input
# |- original