diff 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
line wrap: on
line diff
--- a/README.md	Wed Dec 20 20:07:13 2023 +0000
+++ b/README.md	Thu Feb 15 12:28:09 2024 +0000
@@ -1,7 +1,44 @@
 # OMERO hyperstack to gastruloid measurements
 
+## Set up user credentials on Galaxy to connect to other omero instance
+
+To enable users to set their credentials for this tool,
+make sure the file `config/user_preferences_extra.yml` has the following section:
+
+```
+    omero_account:
+        description: Your OMERO instance connection credentials
+        inputs:
+            - name: username
+              label: Username
+              type: text
+              required: False
+            - name: password
+              label: Password
+              type:  password
+              required: False
+```
+
+## Dependencies
+
+This tool requires the channels: `--channel conda-forge --channel bioconda --channel defaults --channel pytorch --channel ilastik-forge`.
+
+
 ## CHANGELOG
 
+### 20240214
+
+- Update fiji, max_inscribed_circles, omero_ij, simple_omero_client
+- 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.
+- Add a parameter for the thresholding method when using 'convert_to_mask'.
+- Allow to run 'Options...' and 'Fill Holes' between the mask and the median step.
+- As a consequence the tables have more columns than before.
+- Use um as unit for minimum_diameter and closeness_tolerance.
+- Use Double for minimum_diameter_um, closeness_tolerance_um and min_size_particle
+- Change the default of min_size_particle from 5000 to 20000.
+- Change the default of minimume_diameter from 20 to 40.
+- Change the default of radius_median from 20 to 10.
+
 ### 20231220
 
 - Add a new parameter: segmentation_method which can be 'ilastik' or 'convert_to_mask'. If 'convert_to_mask' is chosen, it does an autothreshold.