Skip to content

Commit

Permalink
Initialize Analysis/ directory
Browse files Browse the repository at this point in the history
Separating general user tools from analysis scripts (examples) for the paper
  • Loading branch information
bbucior committed Feb 9, 2019
1 parent 2a4e29f commit a55840d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Analysis/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Figures/

File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions Analysis/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Analysis for MOFid paper

Analysis scripts to generate figures and stats for the manuscript


## Steps to reproduce figures

1. Copy relevant MOF databases (GA hMOFs, ToBaCCo, and CoRE MOF 2019) to the Data/ directory.
2. Generate MOFid's and validation data on an HPC cluster, e.g. [Northwestern quest](https://www.it.northwestern.edu/research/user-services/quest/acknowledgment.html).
a. `Scripts/HPC/run_submit_all.sh` and wait for jobs to finish.
b. `Scripts/HPC/run_post_submit_all.sh` to collect results and run the validator.
3. TODO: probably something with `Python/convert_smi_to_tables.py`
4. TODO: scripts in this directory for analysis


## Other comments

Analysis scripts will live here. More general-purpose utilities are in the /bin, /Python, and /Scripts directories.

0 comments on commit a55840d

Please sign in to comment.