Download and Installation


CRISPR-BETS Web online version


CRISPR-BETS Desktop version

  • Install via precompiled file(recommend)

    • 1. Download CRISPR-BETS precompiled file

    • 2. Installation

      CRISPR-BETS Desktop version was written in javascript on the Electron framework, so there is no need to install other dependencies and complicated installation process, just unzip it!

      1. Unzip the downloaded compressed file.

      2. Enter the Unziped file directory.

      Attention

      Step 3 is different for different operating systems.

      3. (under window) Find the CRISPR-BETS icon and double-click it.
      _images/CRISPR-BETS_icon.png

      3 (under macOS) Find the CRISPR-BETS icon and drag it to Applications folder, Open the terminal and enter the following command.

      _images/CRISPR-BETS_drag.png
      sudo xattr -d com.apple.quarantine  /Applications/CrisprBaseETS.app
      
      3 (under Linux) Open the terminal and enter the following command.
      THE CRISPR-BETS unzipped directory/CRISPR-BETS
      

      4. Show main window, Done!

      _images/main_window.png
  • Install via source code

git clone https://github.com/zhangtaolab/CRISPR-BETS_desktop.git
cd CRISPR-BETS_desktop
npm install electron@11.2.0 -g
npm install
electron .