José Julián Sierra Álvarez e5824dd858
Fixed the functionality of plot for the imzML file
It now plots correctly
2024-09-11 11:32:06 -06:00
2024-08-21 14:44:13 -06:00
2024-08-21 14:44:13 -06:00
2024-08-21 14:44:13 -06:00
2024-08-21 14:44:13 -06:00
2024-09-11 09:49:10 -06:00

Julia_imzML_GUI

A Graphical User Interface created with Julia Genie Builder made for this repository: https://github.com/CINVESTAV-LABI/julia_mzML_imzML that generates images with the imzML and ibd files.
For this to work you must insert the next lines as they are depicted in your Julia terminal for the first time only:

julia
]
add Pkg Libz ; add https://github.com/CINVESTAV-LABI/julia_mzML_imzML ; add PlotlyBase ; add Genie

Then open a terminal on the directory "JuliaIMZML_GUI" and put the next code:

julia
]
activate .
##(press backspace)
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%