annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
1 # OMERO hyperstack to gastruloid measurements
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
2
2
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
3 ## Set up user credentials on Galaxy to connect to other omero instance
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
4
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
5 To enable users to set their credentials for this tool,
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
6 make sure the file `config/user_preferences_extra.yml` has the following section:
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
7
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
8 ```
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
9 omero_account:
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
10 description: Your OMERO instance connection credentials
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
11 inputs:
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
12 - name: username
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
13 label: Username
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
14 type: text
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
15 required: False
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
16 - name: password
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
17 label: Password
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
18 type: password
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
19 required: False
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
20 ```
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
21
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
22 ## Dependencies
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
23
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
24 This tool requires the channels: `--channel conda-forge --channel bioconda --channel defaults --channel pytorch --channel ilastik-forge`.
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
25
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
26
1
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
27 ## CHANGELOG
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
28
2
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
29 ### 20240214
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
30
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
31 - Update fiji, max_inscribed_circles, omero_ij, simple_omero_client
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
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.
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
33 - Add a parameter for the thresholding method when using 'convert_to_mask'.
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
34 - Allow to run 'Options...' and 'Fill Holes' between the mask and the median step.
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
35 - As a consequence the tables have more columns than before.
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
36 - Use um as unit for minimum_diameter and closeness_tolerance.
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
37 - Use Double for minimum_diameter_um, closeness_tolerance_um and min_size_particle
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
38 - Change the default of min_size_particle from 5000 to 20000.
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
39 - Change the default of minimume_diameter from 20 to 40.
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
40 - Change the default of radius_median from 20 to 10.
45375dc5dd8d planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit 5e181f51312e53a72d354584439fa9359cd16723-dirty
lldelisle
parents: 1
diff changeset
41
1
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
42 ### 20231220
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
43
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
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.
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
45 - The tool_version has been changed from Phase to White
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
46
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
47 ### 20230728
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
48
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
49 - Add a new parameter: keep_only_largest which allows to keep only the largest ROI for each stack
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
50
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
51 ### 20230727
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
52
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
53 - Add new parameters (ilastik_label_BG and probability_threshold_BG) to be able to generate a ROI for background.
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
54 - Add XCentroid and YCentroid to the result table
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
55
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
56 ### 20230628
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
57
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
58 - Change RoiWrapper to ROIWrapper
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
59
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
60 ### 20230623
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
61
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
62 - Be more robust to OMERO reboot:
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
63 - 'rescue' allows to only process images which does not have ROIs and tables and generate final table
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
64 - When making a query to omero repeat it after 0 minutes if it fails and again with 10, 60, 360, 600.
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
65
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
66 ### 20230405
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
67
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
68 - New parameter 'use_existing' allows to recompute only the spine
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
69
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
70 ### 20230324
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
71
bd5771ff6aa3 planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/omero_hyperstack_to_gastruloid_measurements commit aec2e2ead02236551c1e9c6d333034057daf0bca
lldelisle
parents:
diff changeset
72 First release