Mercurial > repos > iuc > omark
diff omark.xml @ 2:9607b69326e1 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/omark/ commit 344924b5d73a8cb6f70069694072b69f92f71dda
author | iuc |
---|---|
date | Tue, 12 Mar 2024 08:33:56 +0000 |
parents | 2eebe7f521f3 |
children | 6f570ba54b41 |
line wrap: on
line diff
--- a/omark.xml Thu Mar 07 18:22:16 2024 +0000 +++ b/omark.xml Tue Mar 12 08:33:56 2024 +0000 @@ -17,11 +17,20 @@ -f 'output_omamer' -d '$database.fields.path' $omark_mode - -i '$input_iso' - -t '$t' - -r '$r' + + #if $input_iso: + -i '$input_iso' + #end if + + #if $t: + -t '$t' + #end if + + #if $r: + -r '$r' + #end if + -o omark_galaxy - ]]></command> <inputs> @@ -49,7 +58,7 @@ <validator type="regex">[0-9a-zA-Z_]+</validator> </param> - <param name="outputs" type="select" optional="true" multiple="true" label="Which outputs should be generated"> + <param name="outputs" type="select" multiple="true" label="Which outputs should be generated"> <option value="detail_sum" selected="true">Detailed summary</option> <option value="hog">HOG identifiers</option> <option value="pdf">PDF Graphic representation </option>