Added test data link in Readme, fixed typo

This commit is contained in:
Pixelguy14 2025-03-05 12:29:12 -06:00
parent 3714b404cd
commit 421d594b99
2 changed files with 7 additions and 2 deletions

View File

@ -26,4 +26,9 @@ A Graphical User Interface for MSI in Julia: https://github.com/CINVESTAV-LABI/j
Additional notes:<br>
After the first boot initializes the packages in your computer, subsequent uses of the app should take less time to load.<br>
Recomended system requirements: 4 core processor, 8 GB ram<br>
Recomended system requirements: 4 core processor, 8 GB ram<br>
## Example data
Robert Winkler. (2023). mzML mass spectrometry and imzML mass spectrometry imaging test data [Data set].
Zenodo. <https://doi.org/10.5281/zenodo.10084132>

View File

@ -30,7 +30,7 @@
:rules="[val => !!val || '* Required', val => val >= 0.0 &amp;&amp; val <= 1.0 || 'Needs to be in range between 0 and 1']"></q-input>
</div>
<div class="st-col col-4 col-sm q-ma-sm">
<q-input standout="custom-standout" id="textcolorLevel" step="1" v-model="colorLevel" label="Color level"
<q-input standout="custom-standout" id="textcolorLevel" step="1" v-model="colorLevel" label="Color levels"
type="number"
:rules="[ val => !!val || '* Required', val => val >= 2 &amp;&amp; val <= 256 || 'Needs to be in range between 2 and 256']"></q-input>
</div>