A yml and a set of instructions to build a functioning environment for the Research Computing # clone this repo:```$git clone https://gitlab.rc.uab.edu/rc-data-science/createandparsesacct.git /data/user/saisri/slurm-ds```Now load the Anaconda module and create environment on Cheaha cluster:```$module load Anaconda3$conda env create -f environment-slurm-ds.yml```