- Follow the instructions in the readme file for installing (takes a while).
- Activate the virtual environment by running
poetry shell
. - To make sure that it works, and to download the necessary files:
- Remove the content of the folder
results
- Run
bash get_data.sh; bash example_enrichment.sh
(this should generate two files in the folderresults/
).
- Remove the content of the folder
- Copy the file
SGA_aal1D_aal1OE_Any_Two_overlap_and_Background.xlsx
into the folderdata
. This file should be an excel file with the following columns:- aal1D_Any_Two_Overlapped
- aal1D_Background
- aal1OE_Any_Two_Overlapped
- aal1OE_Background
- Then run
bash enrichment_shajahan.sh
(see comments in the script). That should write the output files in theresults/
directory.