You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: generate_clijx_plugins.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,11 @@ directory of their Fiji installation.
7
7
If you're about to generate Fiji plugins for the first time, please follow the installation instructions [here](https://clij.github.io/assistant/installation#maven) first.
8
8
9
9
## How does it work?
10
-
After entering some parameters, such as plugin name, description, author and maven/java/git installation folders, a template is downloaded from here:
After entering some parameters, such as plugin name, description, author and maven/java/git installation folders, a template is downloaded from [here](https://github.com/clij/clijx-assistant-plugin-generator-template).
12
11
Afterwards, some placeholders in this [ImageJ/Fiji/CLIJ maven project](https://imagej.net/Maven) are replaced before it is compiled and the resulting .jar file is installed to your Fijis `/plugins/` folder.
Copy file name to clipboardexpand all lines: morpholibj_chamfer_distance_map.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,14 @@ Assuming one wants to analyse distances of cells towards a common structures suc
5
5

6
6
7
7
### Installation
8
-
Activate the "IJPB-plugins" update site in Fiji.
8
+
In order to use the MorphoLibJ extension, please follow the corresponding [installation instructions](https://clij.github.io/assistant/installation#extensions).
Copy file name to clipboardexpand all lines: readme.md
+21-21
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# CLIJx-Assistant
2
2
[CLIJx-Assistant](https://clij.github.io/assistant) is an intuitive user interface for building custom GPU-accelerated image processing workflows using [CLIJ2](https://clij.github.io) in [Fiji](https://fiji.sc).
3
-
It visualizes workflows while building them, suggests what to do next and generates scripts and human readable protocols to facilitate reproducible bio-image analysis.
4
-
These generated scripts also run in other platforms such as Matlab, Icy, Python and QuPath.
3
+
It visualizes workflows as image date flow graphs while building them.
4
+
It suggests what to do next and generates scripts and human readable protocols to facilitate reproducible bio-image analysis.
5
+
These generated scripts also be executed in other platforms such as Matlab, Icy, Python and QuPath.
5
6
6
7
CLIJx-Assistant is under development and is subject to change.
0 commit comments