Mercurial > repos > imgteam > imagej2_noise
comparison imagej2_noise.xml @ 2:756e062741dc draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/image_processing/imagej2 commit 57a0433defa3cbc37ab34fbb0ebcfaeb680db8d5
author | imgteam |
---|---|
date | Sun, 05 Nov 2023 10:57:39 +0000 |
parents | 7a44772cc89f |
children | 73cc4e6a741d |
comparison
equal
deleted
inserted
replaced
1:7a44772cc89f | 2:756e062741dc |
---|---|
1 <tool id="imagej2_noise" name="Add or remove noise" version="@WRAPPER_VERSION@.0"> | 1 <tool id="imagej2_noise" name="Add or remove noise" version="@WRAPPER_VERSION@.1"> |
2 <description></description> | 2 <description>with ImageJ2</description> |
3 <macros> | 3 <macros> |
4 <import>imagej2_macros.xml</import> | 4 <import>imagej2_macros.xml</import> |
5 <xml name="insertion_select"> | 5 <xml name="insertion_select"> |
6 <param name="insertion" type="select" label="Insertion"> | 6 <param name="insertion" type="select" label="Insertion"> |
7 <option value="additive" selected="True">Additive</option> | 7 <option value="additive" selected="True">Additive</option> |
8 <option value="multiplicative">Multiplicative</option> | 8 <option value="multiplicative">Multiplicative</option> |
9 </param> | 9 </param> |
10 </xml> | 10 </xml> |
11 </macros> | 11 </macros> |
12 <edam_operations> | |
13 <edam_operation>operation_3443</edam_operation> | |
14 </edam_operations> | |
15 <xrefs> | |
16 <xref type="bio.tools">imagej</xref> | |
17 <xref type="biii">imagej2</xref> | |
18 </xrefs> | |
12 <expand macro="fiji_requirements"/> | 19 <expand macro="fiji_requirements"/> |
13 <command detect_errors="exit_code"><![CDATA[ | 20 <command detect_errors="exit_code"><![CDATA[ |
14 #import os | 21 #import os |
15 #set error_log = 'output_log.txt' | 22 #set error_log = 'output_log.txt' |
16 #if str($noise_cond.noise) == 'randomj': | 23 #if str($noise_cond.noise) == 'randomj': |