Generative modeling of single-cell data.
Create the conda environment:
conda env create -f environment.yml
Activate the environment:
conda activate cfgen
Install the CFGen package in development mode:
cd directory_where_you_have_your_git_repos/cfgen pip install -e .
Create symlink to the storage folder for experiments:
cd directory_where_you_have_your_git_repos/cfgen ln -s folder_for_experiment_storage project_folder
See environment.yml and requirements.txt for the required packages.
cfgen is compatible with Python 3.10.
cfgen is licensed under the MIT License.