VARAN

Local Installation Procedures

Prerequisites

Procedure

Follow these steps to correctly install and use Varan:

  1. Open a terminal
  2. Type the following command to clone the repository folder:
    git clone https://github.com/bioinformatics-policlinicogemelli/Varan.git
  3. Navigate to the Varan directory and install all the required packages (cbioimporter and oncokb-annotator):
    cd <varan_folder_path>/Varan
    bash installer.sh

⚠️ Depending on your Python version, you may need to modify the installer.sh script to replace pip with pip3, if necessary.

To test the installation and verify that everything is functioning correctly, run the main script varan.py with the following command:

python varan.py -h

⚠️ If any errors occur when running varan.py, please ensure that all previous steps were completed successfully without issues.