Renamed to JuliaMSI

This commit is contained in:
Pixelguy14 2025-03-19 09:50:27 -06:00
parent 2bd2e819a4
commit 074186573c
2 changed files with 6 additions and 9 deletions

View File

@ -1,22 +1,19 @@
# Julia_msi_GUI<br /> # JuliaMSI<br />
A Graphical User Interface for MSI in Julia: https://github.com/CINVESTAV-LABI/julia_mzML_imzML A Graphical User Interface for MSI in Julia: https://github.com/CINVESTAV-LABI/julia_mzML_imzML
## Local Installation ## Local Installation
1. Make sure you have Julia installed, if not, follow the next installation guide for [juliaup](https://github.com/JuliaLang/juliaup) (recommended) or [julia](https://julialang.org/downloads/platform/) 1. Make sure you have Julia installed, if not, follow the next installation guide for [juliaup](https://github.com/JuliaLang/juliaup) (recommended) or [julia](https://julialang.org/downloads/platform/)
2. Access the repository using this link:<br> 2. Download this repository.
https://github.com/Pixelguy14/Julia_msi_GUI<br>
click "<b><> Code</b>" button then hit "<b>Download ZIP</b>"<br>
unzip the file in your desired location<br>
## Load User Interface ## Load User Interface
1. Set working directory to Julia_msi_GUI (this repository) in your terminal using:<br> 1. Set working directory to JuliaMSI (this repository) in your terminal using:<br>
Linux: Linux:
``` ```
cd PathToRepository/Julia_msi_GUI-main cd PathToRepository/JuliaMSI
``` ```
Windows/Mac: Windows/Mac:
``` ```
cd PathToRepository\Julia_msi_GUI-main cd PathToRepository\JuliaMSI
``` ```
2. Launch the Julia project in your terminal using: 2. Launch the Julia project in your terminal using:
``` ```

View File

@ -2,7 +2,7 @@
<header id="header"> <header id="header">
<img src="/css/LABI_logo.png" alt="Labi Logo Icon" id="imgLogo"> <img src="/css/LABI_logo.png" alt="Labi Logo Icon" id="imgLogo">
<div> <div>
<h4>Julia mzML imzML analysis GUI&nbsp;</h4> <h4>JuliaMSI&nbsp;</h4>
<h6>Please make sure the ibd, the mzML and the imzML files are located in the same directory and have the same <h6>Please make sure the ibd, the mzML and the imzML files are located in the same directory and have the same
name.</h6> name.</h6>
<h6>It may take a while to generate the image and the plot, please be patient.</h6> <h6>It may take a while to generate the image and the plot, please be patient.</h6>