Mercurial > repos > iuc > biapy
annotate macros.xml @ 0:e434d9b9cd13 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
| author | iuc |
|---|---|
| date | Thu, 09 Oct 2025 07:42:36 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
1 <macros> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
2 <token name="@TOOL_VERSION@">3.6.5</token> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
3 <token name="@VERSION_SUFFIX@">0</token> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
4 <token name="@PROFILE@">25.0</token> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
5 |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
6 <xml name="requirements"> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
7 <requirements> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
8 <requirement type="package" version="3.10.18">python</requirement> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
9 <requirement type="package" version="@TOOL_VERSION@">biapy</requirement> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
10 <requirement type="package" version="4.10.0">opencv</requirement> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
11 <requirement type="package" version="3.3.3">openexr</requirement> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
12 <requirement type="package" version="0.5.3">safetensors</requirement> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
13 </requirements> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
14 </xml> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
15 <xml name="creators"> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
16 <creator> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
17 <person givenName="Daniel" familyName="Franco" url="https://danifranco.github.io/" identifier="https://orcid.org/0000-0002-1109-110X" /> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
18 </creator> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
19 </xml> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
20 <xml name="citations"> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
21 <citations> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
22 <citation type="doi">10.1038/s41592-025-02699-y</citation> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
23 <yield/> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
24 </citations> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
25 </xml> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
26 |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
27 <!-- Q9 --> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
28 <xml name="train_raw_param"> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
29 <param name="raw_train" type="data" format="tiff,tif,png,jpg,h5" multiple="true" label="Specify the training raw images" help="Select the training images; all must have the same number of channels, and each channel should contain the same type of information (see https://biapy.readthedocs.io/en/latest/get_started/how_it_works.html for details)."/> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
30 </xml> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
31 |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
32 <xml name="train_raw_param_opt"> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
33 <param name="raw_train" type="data" optional="true" format="tiff,tif,png,jpg,h5" multiple="true" label="Specify the training raw images" help="Select the training images; all must have the same number of channels, and each channel should contain the same type of information (see https://biapy.readthedocs.io/en/latest/get_started/how_it_works.html for details)."/> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
34 </xml> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
35 |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
36 <!-- Q10 --> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
37 <xml name="train_gt_param"> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
38 <param name="gt_train" type="data" format="tiff,tif,png,jpg,h5,csv,txt" multiple="true" label="Specify the training ground truth (target) images" help="Select the ground truth (target) data for training; the expected format depends on the workflow (e.g. masks for semantic/instance segmentation, centroid files for detection, high-res images for super-resolution, paired images for image-to-image); see https://biapy.readthedocs.io/en/latest/get_started/select_workflow.html for details."/> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
39 </xml> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
40 <xml name="train_gt_param_opt"> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
41 <param name="gt_train" type="data" optional="true" format="tiff,tif,png,jpg,h5,csv,txt" multiple="true" label="Specify the training ground truth (target) images" help="Select the ground truth (target) data for training; the expected format depends on the workflow (e.g. masks for semantic/instance segmentation, centroid files for detection, high-res images for super-resolution, paired images for image-to-image); see https://biapy.readthedocs.io/en/latest/get_started/select_workflow.html for details."/> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
42 </xml> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
43 |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
44 <!-- Q11 --> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
45 <xml name="test_raw_param"> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
46 <param name="raw_test" type="data" format="tiff,tif,png,jpg,h5" multiple="true" label="Specify the test raw images" help="Select the test images; all must have the same number of channels, and each channel should contain the same type of information to avoid confusing the model."/> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
47 </xml> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
48 <xml name="test_raw_param_opt"> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
49 <param name="raw_test" type="data" format="tiff,tif,png,jpg,h5" optional="true" multiple="true" label="Specify the test raw images" help="Select the test images; all must have the same number of channels, and each channel should contain the same type of information to avoid confusing the model."/> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
50 </xml> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
51 |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
52 <!-- Q13: REQUIRED test GT --> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
53 <xml name="test_gt_param_required"> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
54 <param name="gt_test" |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
55 type="data" |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
56 format="tiff,tif,png,jpg,h5,csv,txt" |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
57 multiple="true" |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
58 label="Specify the test ground truth/target images" |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
59 help="Select the ground truth (target) data for testing; the expected format depends on the workflow (e.g. masks for semantic/instance segmentation, centroid files for detection, high-res images for super-resolution, paired images for image-to-image); see https://biapy.readthedocs.io/en/latest/get_started/select_workflow.html for details." |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
60 optional="false" /> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
61 </xml> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
62 |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
63 <!-- Q13: OPTIONAL test GT --> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
64 <xml name="test_gt_param_optional"> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
65 <param name="gt_test" |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
66 type="data" |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
67 format="tiff,tif,png,jpg,h5,csv,txt" |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
68 multiple="true" |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
69 label="Specify the test ground truth/target images (optional)" |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
70 help="Select the ground truth (target) data for testing; the expected format depends on the workflow (e.g. masks for semantic/instance segmentation, centroid files for detection, high-res images for super-resolution, paired images for image-to-image). If provided, BiaPy will compute workflow-specific evaluation metrics on the test set. See https://biapy.readthedocs.io/en/latest/get_started/select_workflow.html for details." |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
71 optional="true" /> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
72 </xml> |
|
e434d9b9cd13
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/biapy/ commit 66b393a7118c81d86d0fd80780d2bd551c18f3f0
iuc
parents:
diff
changeset
|
73 </macros> |
