2024-10-12 11:18:22 -06:00
2024-08-21 14:44:13 -06:00
2024-09-22 19:46:31 -06:00
2024-09-18 21:18:12 -06:00
2024-10-07 16:13:48 -06:00

Julia_msi_GUI

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

Local installation

  1. Launch Julia
julia
  1. set working directory to Julia_msi_GUI (this repository) code using
cd("PathToRepository/Julia_msi_GUI-main")
  1. Enter Pkg mode by pressing the close square bracket once Julia has been loaded: ** Mostrar imagen del modo pkg**
]
  1. Install the following libraries
add Pkg Libz ; add https://github.com/CINVESTAV-LABI/julia_mzML_imzML ; add PlotlyBase ; add Statistics ; add CairoMakie ; add Colors ; add Genie

Load user interface

  1. set working directory to Julia_msi_GUI (this repository) code using
cd("PathToRepository/Julia_msi_GUI-main")
  1. In the Pkg mode (enter by pressing "]" once Julia is rining) enter:
activate .
  1. Get out from Pkg mode by pressing the backspace key and enter next line:
using Genie ; Genie.loadapp() ; up()
  1. And finally open the port that gets generated by Genie to access to the GUI (https://localhost:????)
Description
No description provided
Readme MIT 2.9 MiB
Languages
Julia 91.2%
HTML 8.4%
CSS 0.4%