-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathversion_software_script.sh
20 lines (17 loc) · 1.12 KB
/
version_software_script.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash
#Here we specified the different version of each script
#Software version number
qupath_version=0.5.1 # https://github.com/qupath/qupath/releases
abba_extension_version=0.3.1 # https://github.com/BIOP/qupath-extension-abba/releases
elastix_version=5.2.0 # https://github.com/SuperElastix/elastix/releases
biop_extension_version=3.1.0 # https://github.com/BIOP/qupath-extension-biop/releases
cellpose_extension_version=0.9.3 # https://github.com/BIOP/qupath-extension-cellpose/releases
warpy_extension_version=0.3.1 # https://github.com/BIOP/qupath-extension-warpy/releases
stardist_extension_version=0.5.0 # https://github.com/qupath/qupath-extension-stardist/releases
biop_omero_extension_version=1.0.3 # https://github.com/BIOP/qupath-extension-biop-omero/releases
omero_ij_version=5.8.4 # https://www.openmicroscopy.org/omero/downloads/
#QuPath arguments :
argQuPathUserPath="defaultQuPathUserPath=\"$path_install/QuPath_Common_Data_0.5\""
argQuPathPrefNode="quPathPrefsNode=\"io.github.qupath/0.5\""
argQuPathExtensionURL="quPathExtensionURL=\"$qupath_abba_extension_url\""
argQuitAfterInstall="quitAfterInstall=\"true\""