Skip to content

BiCro-HT/PRB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PRB

IMPORTANT: change your_password with the password provided by Zafer Kosar. If you don't have access, [email protected]

TLDR version

  1. Copy and paste this to text editor
  2. modify your_password with the real password
  3. 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

Step-by-step

Open a bash terminal and follow the instructions below

  1. Clone this repository to your home directory at HPC
git clone https://github.com/BiCro-HT/PRB.git ~/PRB
  1. Change directory to PRB folder
cd ~/PRB
  1. 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
  1. Run the install.sh
source ~/PRB/install.sh

USAGE TIP

Note: For now this project depends on the conda python env named probe

conda activate probe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages