Giter VIP home page Giter VIP logo

Comments (3)

tinevez avatar tinevez commented on June 28, 2024

Shall we defer to the StarDist maintainers instead?

from trackmate-stardist.

ctrueden avatar ctrueden commented on June 28, 2024

@tinevez Yes, ideally https://github.com/stardist/stardist-imagej would have SciJava GitHub Actions config added, and deployment secrets added to the stardist org. CC @uschmidt83

In the meantime, I have deployed de.csbdresden:StarDist_:0.3.0-scijava, with lightly modified POM from the 0.3.0 tag, to maven.scijava.org, along with its needed dependency Clipper, and then released TrackMate-StarDist 1.1.4 with fixed dependencies (0ad838a).

Here is the patch I did to stardist-imagej's pom.xml
diff --git a/pom.xml b/pom.xml
index 4e4cfb4..299d44a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,13 +5,13 @@
 	<parent>
 		<groupId>org.scijava</groupId>
 		<artifactId>pom-scijava</artifactId>
-		<version>28.0.0</version>
+		<version>33.2.0</version>
 		<relativePath />
 	</parent>
 
 	<groupId>de.csbdresden</groupId>
 	<artifactId>StarDist_</artifactId>
-	<version>0.3.0</version>
+	<version>0.3.0-scijava</version>
 
 	<name>StarDist</name>
 	<description>StarDist - Object Detection with Star-convex Shapes</description>
@@ -89,7 +89,7 @@
 	<mailingLists>
 		<mailingList>
 			<name>Image.sc Forum</name>
-			<archive>https://forum.image.sc/</archive>
+			<archive>https://forum.image.sc/tag/stardist</archive>
 		</mailingList>
 	</mailingLists>
 
@@ -112,12 +112,15 @@
 		<main-class>de.csbdresden.stardist.StarDist2D</main-class>
 		<license.licenseName>bsd_3</license.licenseName>
 		<license.copyrightOwners>Uwe Schmidt, Martin Weigert</license.copyrightOwners>
+
+		<Clipper.version>6.4.2</Clipper.version>
+		<csbdeep.version>0.6.0</csbdeep.version>
 	</properties>
 
 	<repositories>
 		<repository>
-			<id>imagej.public</id>
-			<url>https://maven.imagej.net/content/groups/public</url>
+			<id>scijava.public</id>
+			<url>https://maven.scijava.org/content/groups/public</url>
 		</repository>
 	</repositories>
 
@@ -135,19 +138,16 @@
 			<groupId>net.imagej</groupId>
 			<artifactId>imagej-legacy</artifactId>
 		</dependency>
-		<!-- Clipper -->
 		<dependency>
 			<groupId>de.lighti</groupId>
 			<artifactId>Clipper</artifactId>
-			<version>6.4.2</version>
-			<scope>system</scope>
-			<systemPath>${basedir}/lib/Clipper-6.4.2.jar</systemPath>
+			<version>${Clipper.version}</version>
 		</dependency>
 		<!-- CSBDeep -->
 		<dependency>
 			<groupId>de.csbdresden</groupId>
 			<artifactId>csbdeep</artifactId>
-			<version>0.3.5-SNAPSHOT</version>
+			<version>${csbdeep.version}</version>
 		</dependency>
 		<!-- Utils -->
 		<dependency>

So this issue is resolved. The only future challenge will be if stardist-imagej makes another release in the future without using the SciJava release process (and is thus not available on maven.scijava.org), then updating this component to use that version will require another patch+deploy like the above one.

from trackmate-stardist.

imagesc-bot avatar imagesc-bot commented on June 28, 2024

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/using-stardist-within-a-new-plugin/86594/2

from trackmate-stardist.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.