Added test data link in Readme, fixed typo
This commit is contained in:
parent
3714b404cd
commit
421d594b99
@ -27,3 +27,8 @@ A Graphical User Interface for MSI in Julia: https://github.com/CINVESTAV-LABI/j
|
|||||||
Additional notes:<br>
|
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>
|
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>
|
||||||
@ -30,7 +30,7 @@
|
|||||||
:rules="[val => !!val || '* Required', val => val >= 0.0 && val <= 1.0 || 'Needs to be in range between 0 and 1']"></q-input>
|
:rules="[val => !!val || '* Required', val => val >= 0.0 && val <= 1.0 || 'Needs to be in range between 0 and 1']"></q-input>
|
||||||
</div>
|
</div>
|
||||||
<div class="st-col col-4 col-sm q-ma-sm">
|
<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"
|
type="number"
|
||||||
:rules="[ val => !!val || '* Required', val => val >= 2 && val <= 256 || 'Needs to be in range between 2 and 256']"></q-input>
|
:rules="[ val => !!val || '* Required', val => val >= 2 && val <= 256 || 'Needs to be in range between 2 and 256']"></q-input>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user