- Navigate to the
data-preprocessorfolder:
cd data-preprocessor-
Copy the files
sc-transcriptomics-cell-summaries.top10k.jsonl.gzandsc-transcriptomics-cell-instances.csv.gzinto theraw-data(create it if need be) andinputfolders, respectively. -
Create the virtual environment and install dependencies
python setup_and_run.py- Activate the virtual environment
source .venv/bin/activate- Deactivate when finished
deactivate