comparison README.md @ 2:45375dc5dd8d draft default tip

planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
author lldelisle
date Thu, 15 Feb 2024 12:28:09 +0000
parents bd5771ff6aa3
children
comparison
equal deleted inserted replaced
1:bd5771ff6aa3 2:45375dc5dd8d
1 # OMERO hyperstack to gastruloid measurements 1 # OMERO hyperstack to gastruloid measurements
2 2
3 ## Set up user credentials on Galaxy to connect to other omero instance
4
5 To enable users to set their credentials for this tool,
6 make sure the file `config/user_preferences_extra.yml` has the following section:
7
8 ```
9 omero_account:
10 description: Your OMERO instance connection credentials
11 inputs:
12 - name: username
13 label: Username
14 type: text
15 required: False
16 - name: password
17 label: Password
18 type: password
19 required: False
20 ```
21
22 ## Dependencies
23
24 This tool requires the channels: `--channel conda-forge --channel bioconda --channel defaults --channel pytorch --channel ilastik-forge`.
25
26
3 ## CHANGELOG 27 ## CHANGELOG
28
29 ### 20240214
30
31 - Update fiji, max_inscribed_circles, omero_ij, simple_omero_client
32 - Allow to do 'Replace at runtime' where it deletes the ROIs of the image before running the analysis on the image and remove all tables linked to the object on which the script is run.
33 - Add a parameter for the thresholding method when using 'convert_to_mask'.
34 - Allow to run 'Options...' and 'Fill Holes' between the mask and the median step.
35 - As a consequence the tables have more columns than before.
36 - Use um as unit for minimum_diameter and closeness_tolerance.
37 - Use Double for minimum_diameter_um, closeness_tolerance_um and min_size_particle
38 - Change the default of min_size_particle from 5000 to 20000.
39 - Change the default of minimume_diameter from 20 to 40.
40 - Change the default of radius_median from 20 to 10.
4 41
5 ### 20231220 42 ### 20231220
6 43
7 - Add a new parameter: segmentation_method which can be 'ilastik' or 'convert_to_mask'. If 'convert_to_mask' is chosen, it does an autothreshold. 44 - Add a new parameter: segmentation_method which can be 'ilastik' or 'convert_to_mask'. If 'convert_to_mask' is chosen, it does an autothreshold.
8 - The tool_version has been changed from Phase to White 45 - The tool_version has been changed from Phase to White