1.2 KiB
Julia_msi_GUI
A Graphical User Interface created with Julia Genie Builder made for to assist in the use of this repository: https://github.com/CINVESTAV-LABI/julia_mzML_imzML which generates images with the mzMl, imzML and ibd files.
For the correct implementation and use of this repository one must insert the next lines just as they are depicted in your Julia terminal to install the dependencies needed, this part is only needed once.
julia
press closing square bracket:
]
To enter Pkg mode, and then add the next libraries:
add Pkg Libz ; add https://github.com/CINVESTAV-LABI/julia_mzML_imzML ; add PlotlyBase ; add Statistics ; add CairoMakie ; add Colors ; add Genie
Then open a Julia terminal on the directory "Julia_msi_GUI" and put the next code, this is needed every time you want to run the GUI:
]
To enter Pkg mode again, then paste the next lines:
activate .
Press backspace key to exit Pkg mode and continue with:
using Genie ; Genie.loadapp() ; up()
And finally open the port that gets generated by Genie to access to the GUI (https://localhost:????)