Skip to content

Commit

Permalink
changed 'mode' to select param
Browse files Browse the repository at this point in the history
  • Loading branch information
boris.depoortere committed Nov 4, 2024
1 parent 5ed1917 commit 2ad4447
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/image_processing/bia-ftplinks/biaftplink.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
]]>
</command>
<inputs>
<param name="mode" type="select" label="Storage mode" help="The storage mode, can be either nfs or fire.">
<param name="mode" type="select" label="Storage mode" help="The storage mode, can be either nfs or fire." optional="false">
<option value="nfs">NFS</option>
<option value="fire">Fire</option>
</param>
<param name="path" type="text" label="The path of accession. (e.g. S-BIAD/570/S-BIAD570)"/>
<param name="ftplink_output" type="boolean" label="Generate FTP links?" help="If set, a file containing FTP links associated with the accession will be generated." />
<param name="path" type="text" label="The path of accession. (e.g. S-BIAD/570/S-BIAD570)" optional="false"/>
<param name="ftplink_output" type="boolean" label="Generate FTP links?" help="If set, a file containing FTP links associated with the accession will be generated." optional="false"/>
</inputs>
<outputs>
<data name="images" format="tiff">
Expand Down

0 comments on commit 2ad4447

Please sign in to comment.