JuliaMSI/README.md

1.1 KiB

Julia_msi_GUI

A Graphical User Interface for IMS in Julia: https://github.com/CINVESTAV-LABI/julia_mzML_imzML

Local Installation

  1. Make sure you have Julia installed, if not, follow the next installation guide for juliaup (recommended) or julia
  2. Access the repository using this link:
    https://github.com/Pixelguy14/Julia_msi_GUI
    click "<> Code" button then hit "Download ZIP"
    unzip the file in your desired location

Load User Interface

  1. Set working directory to Julia_msi_GUI (this repository) in your terminal using:
cd PathToRepository/Julia_msi_GUI-main
  1. Launch the Julia project in your terminal using:
julia --project=. start_MSI_GUI.jl
  1. Alternatively, you can open a terminal in the path of the repository and run the command and skip the next step:
julia --project=. start_MSI_GUI.jl
  1. After the script has finished loading, it should open a page (http://127.0.0.1:1481/) in your browser with the web app running.