PreibischLab / RS-FISH

Tool for precise, interactive, fast and scalable FISH spot detection
GNU General Public License v2.0
45 stars 14 forks source link

Update $VERSION in install to match pom.xml #24

Closed ArtemSokolov closed 1 year ago

ArtemSokolov commented 1 year ago

rs-fish fails with Error: Could not find or load main class cmd.RadialSymmetry because the script references

Radial_SymmetryLocalization/2.3.1-SNAPSHOT/Radial_SymmetryLocalization-2.3.1-SNAPSHOT.jar

while the actual file is at

Radial_SymmetryLocalization/2.3.5-SNAPSHOT/Radial_SymmetryLocalization-2.3.5-SNAPSHOT.jar

The proposed change updates the VERSION env variable, which is used in https://github.com/PreibischLab/RS-FISH/blob/1ebdf32a1603d6bba674bd88ee7e28392d1d0860/install#L39 to specify the .jar location.

mzouink commented 1 year ago

Thanks @ArtemSokolov for the fix !