JuliaMSI/README.md
José Julián Sierra Álvarez 3811c7e331
Update README.md
2024-08-21 11:52:28 -06:00

18 lines
668 B
Markdown

# Julia_imzML_GUI<br />
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.<br />
For this to work you must insert the next lines as they are depicted in your Julia terminal for the first time only.<br />
```
julia
]
add Pkg Libz ; add https://github.com/CINVESTAV-LABI/julia_mzML_imzML ; add Genie
```
Then open a terminal on the directory "JuliaIMZML_GUI"and type: <br />
```
julia
]
activate .
##(press backspace)
using Genie ; Genie.loadapp() ; up()
```
And finally open the port that gets generated to access to the GUI<br />