Skip to content

Commit

Permalink
Update omero_dataset_to_plate.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmassei authored Dec 16, 2024
1 parent 2fd7e8b commit 2e2bf32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/omero/omero_dataset_to_plate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
--dataset_id '$dataset_id'
--log_file '$log'
--mapping_file '$mapping'
'$delete_dataset'
@delete_dataset@
]]></command>
<configfiles>
<expand macro="credentials"/>
Expand All @@ -24,7 +24,7 @@
<expand macro="host_port"/>
<param name="dataset_id" type="integer" optional="false" min = "1" label="Dataset ID to convert to a plate"/>
<param name="mapping" type="data" format= "tabular" optional="false" label="Mapping file"/>
<param name="delete_dataset" type="text" truevalue="--delete_dataset" falsevalue="" checked="false" label="Delete Dataset" help="Delete dataset after import"/>
<param name="delete_dataset" type="boolean" truevalue="--delete_dataset" falsevalue="" checked="false" label="Delete Dataset" help="Delete dataset after import"/>
</inputs>
<outputs>
<data name="log" format="txt"/>
Expand Down

0 comments on commit 2e2bf32

Please sign in to comment.