Script for rsync between HPC and bgarray
All script are tested using Python 3.6.8
Make virtual python enviroment
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
All script are tested using Python 3.6.8
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt