José Julián Sierra Álvarez 1caf0a76c3
Added Colorbar for each slice of scan
improved UI, better response, better bug report, minor fixes
2024-09-18 21:15:18 -06:00
2024-08-21 14:44:13 -06:00
2024-09-11 19:04:50 -06:00
2024-08-21 14:44:13 -06:00
2024-09-18 21:15:18 -06:00

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
]
add Pkg Libz ; add https://github.com/CINVESTAV-LABI/julia_mzML_imzML ; add PlotlyBase ; add Statistics ; add CairoMakie ; add Colors ; add
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.

activate .

Press backspace key to exit Pkg mode.

using Genie ; Genie.loadapp() ; up()

And finally open the port that gets generated to access to the GUI

Description
No description provided
Readme MIT 2.9 MiB
Languages
Julia 91.2%
HTML 8.4%
CSS 0.4%