Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CellContactAnalyzer
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IAH public
CellContactAnalyzer
Commits
c05d054e
Commit
c05d054e
authored
9 years ago
by
Jean-Yves TINEVEZ
Browse files
Options
Downloads
Patches
Plain Diff
Release v0.0.1.
Signed-off-by:
Jean-Yves Tinevez
<
jean-yves.tinevez@pasteur.fr
>
parent
c0e5a591
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
src/main/java/fr/pasteur/trackmate/CellContactDetectorFactory.java
+3
-0
3 additions, 0 deletions
...java/fr/pasteur/trackmate/CellContactDetectorFactory.java
with
4 additions
and
1 deletion
pom.xml
+
1
−
1
View file @
c05d054e
...
...
@@ -10,7 +10,7 @@
</parent>
<artifactId>
CellContactAnalyzer_
</artifactId>
<version>
0.0.1
-SNAPSHOT
</version>
<version>
0.0.1
</version>
<name>
plugins/CellContactAnalyzer_.jar
</name>
<description
/>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/fr/pasteur/trackmate/CellContactDetectorFactory.java
+
3
−
0
View file @
c05d054e
...
...
@@ -37,10 +37,13 @@ import fiji.plugin.trackmate.util.TMUtils;
public
class
CellContactDetectorFactory
<
T
extends
RealType
<
T
>
&
NativeType
<
T
>>
implements
SpotDetectorFactory
<
T
>
{
private
static
final
String
PLUGIN_VERSION
=
"0.0.1"
;
static
final
String
INFO_TEXT
=
"<html>"
+
"This detector detects cell/cell contacts for cells of two different "
+
"species imaged in two different channels. "
+
"<p> "
+
"Version "
+
PLUGIN_VERSION
+
"</html>"
;
private
static
final
String
KEY
=
"CELL_CONTACT_DETECTOR"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment