JuliaMSI/README.md
ING-HGA d7371ee34a
Update README.md
Improve redaction
2024-10-03 10:31:58 -06:00

26 lines
798 B
Markdown

# Julia_msi_GUI<br />
A Graphical User Interface for IMS in Julia: https://github.com/CINVESTAV-LABI/julia_mzML_imzML
## Local installation
* Launch Julia
```
julia
```
* Enter Pkg mode by pressing the close square bracket once Julia has been loaded: ** Mostrar imagen del modo pkg**
```
]
```
* 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
```
*In the Pkg mode (enter by pressing "]" once Julia is rining) enter:
```
activate .
```
* Get out from Pkg mode by pressing the backspace key and enter next line:
```
using Genie ; Genie.loadapp() ; up()
```
And finally open the port that gets generated by Genie to access to the GUI (https://localhost:????)<br />