Skip to content

Bioinfo-Project

Setup

  • FlowSig
shell
conda create -n flowsigenv python=3.12 -y
conda activate flowsigenv
pip install .
  • COMMOT
shell
conda create -n commot_env python=3.8 -y
conda activate commot_env
pip install commot
  • NSF
shell
conda create -n nsf_env_311 python=3.11 -y
conda activate nsf_env_311
pip install .
  • Check Environment
shell
pip check

Output should be:

No broken requirements found.

shell
jupyter kernelspec list
shell
python -m ipykernel install --user --name=flowsig --display-name "flowsig"
  • delete
shell
jupyter kernelspec remove env_name