-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separating general user tools from analysis scripts (examples) for the paper
- Loading branch information
Showing
4 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Figures/ | ||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|