This repository contains all code associated with the Memplex platform
Before you can run the code for the Memplex platform, make sure you have the following software installed:
- Python: Python is a programming language used by the LabCraft Printer project.
To get started with the Memplex platform, follow these steps:
-
Clone the Git repository to your local machine:
git clone https://github.com/ccmeyer/Memplex_platform.git
-
Open the project folder in VSCode:
cd Memplex_platform -
Create a virtual environment for the project:
python -m venv analysis_env
-
Activate the virtual environment:
-
On Windows:
analysis_env\Scripts\activate
-
On macOS and Linux:
source analysis_env/bin/activate
-
-
Install the project dependencies:
pip install -r requirements.txt
This repository contains all the code required to recreate all the figures of the manuscript along with the code to implement the active learning reaction selection. All the data is available in the supplementary files of the manuscript located here: _______. This data file must be downloaded, extracted, and added to the all_data directory. The code will search this folder for the required files to complete the analysis.