Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bioimage Analysis
wellPlateReader
Commits
29c5ee40
Commit
29c5ee40
authored
Feb 04, 2021
by
danyfel80
Browse files
set version 3.0.0
parent
766506d7
Changes
3
Hide whitespace changes
Inline
Side-by-side
WellPlateReader/pom.xml
View file @
29c5ee40
...
...
@@ -7,7 +7,7 @@
<version>
1.0.1
</version>
</parent>
<artifactId>
well-plate-reader
</artifactId>
<version>
3.0.0
-SNAPSHOT
</version>
<version>
3.0.0
</version>
<name>
Well Plate Reader
</name>
<description/>
<build>
...
...
WellPlateReader/src/main/java/danyfel80/wells/data/opera/OperaWell.java
View file @
29c5ee40
...
...
@@ -41,7 +41,7 @@ public class OperaWell implements IWell
/**
* @param wellsToIntegrate
* Set of wells to join into a single integrated well.
* @param
s
hape
2
* @param
plateWellS
hape
* @return Integrated well joining all fields on input wells.
*/
public
static
OperaWell
joinWellsByField
(
List
<
OperaWell
>
wellsToIntegrate
,
OperaWellShape
plateWellShape
)
...
...
WellPlateReader/src/main/java/plugins/adufour/hcs/blocks/WellPlateBatch.java
View file @
29c5ee40
...
...
@@ -34,7 +34,7 @@ import plugins.adufour.vars.util.VarListener;
/**
* A well plate batch is a work-flow that will process every image of every well
* in a given well plate (or a selection thereof). Supported plate formats are
* the same as those supported by the
{@link
OldWellPlateImporter
}
plug-in.
* the same as those supported by the OldWellPlateImporter plug-in.
*
* @author Daniel Felipe Gonzalez Obando
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment