Code for http://lungtcr.com/
You cant install miniconda, and using conda to install the required packages to run the script
conda env create -f env.yml
If you want to use the mail service, you can rename send_mail_template.py
to send_mail.py
and edit it.
You can specify your configuratiomn in the .streamlit\config.toml
file according to streamlit.
conda activate streamlit
streamlit run Lung_Cancer_TCR_DB.py > launch.log 2>&1 &