IMPORTANT: change your_password with the password provided by Zafer Kosar. If you don't have access, zafer.kosar@external.fht.org
- Copy and paste this to text editor
- modify your_password with the real password
- Copy all from the text editor and paste it into terminal
git clone https://github.com/BiCro-HT/PRB.git ~/PRB
cd ~/PRB
openssl enc -d -aes-256-cbc -pass pass:your_password -in PRB.tar.gz.enc | tar xzf - 2>/dev/null
source ~/PRB/install.sh
- Clone this repository to your home directory at HPC
git clone https://github.com/BiCro-HT/PRB.git ~/PRB
- Change directory to PRB folder
cd ~/PRB
- Unzip Encrypted tar.gz file into this directory
openssl enc -d -aes-256-cbc -pass pass:your_password -in PRB.tar.gz.enc | tar xzf - 2>/dev/null
- Run the install.sh
source ~/PRB/install.sh
Note: For now this project depends on the conda python env named probe
conda activate probe