Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 2.31 KB

File metadata and controls

57 lines (40 loc) · 2.31 KB

Version 3.0.0 alpha 5 Java 17+ License: LGPL v3 Twitter Image.sc forum

Extension name.

This is the repository for the source code of Extension name, an extension for the bioimage analysis software Icy, which was developed by authors. This extension is licensed under LGPL3 license.
Icy is developed and maintained by Biological Image Analysis unit at Institut Pasteur. The source code of Icy is also licensed under a LGPL3 license.

Extension description

A short description of the extension.

Installation instructions

Install from Icy website

Work In Progress

Install from source code

Requirements

  • JDK 17+
  • Maven 3.6.3+

Steps

  1. Clone from git repository using git clone command
  2. Open your terminal and navigate to the folder containing the cloned repository
  3. Run mvn command
  4. The extension was automatically installed in your local maven repository ~/.m2/repository/, and registered in your Icy workspace

Import in your extension

Add this dependency block in your pom.xml

<dependency>
    <groupId>my.group.id</groupId>
    <artifactId>artifact-id</artifactId>
</dependency>

Citation

Please cite this extension as follows:

Please also cite the Icy software and mention the version of Icy you used (bottom right corner of the GUI or first lines of the Output tab):
de Chaumont, F. et al. (2012) Icy: an open bioimage informatics platform for extended reproducible research, Nature Methods, 9, pp. 690-696
https://icy.bioimageanalysis.org

Author(s)

  • Stéphane Dallongeville
  • Thomas Musset