To extract the electrophysiological features from the data in the HS_library2 and OLM_library2 folders, you will need this version of the BluePyEfe: https://github.com/blazma/BluePyEfe and this extension: https://github.com/KaliLab/autoextract
Use the autoextract with this command: python3 extract.py -cp ./config_example.json -ip *FOLDER OF THE RAW EPHYS DATA* -op *FOLDER TO SAVE THE RESULTS*

To create the statistics we showed in the paper (and many others we did not show) you need to use the stat.py file. For this you need to put the results from the feature extraction into a single folder (not separated by cell type). You will also need the two txt files with the list of the HS and OLM cell names. Then call the functions that contains the test you want to perform (sometimes you need to call them in the appropriate order because some of them build on the results of others).
