changeset 6:202bb21c6090 draft

Uploaded
author ieguinoa
date Wed, 05 Aug 2020 21:57:09 +0000
parents 19f34b5e27db
children 811b7e34b119
files ena_upload.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ena_upload.xml	Wed Aug 05 19:06:46 2020 +0000
+++ b/ena_upload.xml	Wed Aug 05 21:57:09 2020 +0000
@@ -57,7 +57,7 @@
 #if $dry_run_option == "False":
 ena-upload-cli
     --action 'add'
-    --center $action_options.center
+    --center '$action_options.center'
     --webin_id '$webin_id'
     --secret '$webin_secret'
     --data
@@ -113,7 +113,7 @@
     </configfiles>
 <inputs>
        <conditional name="action_options">
-            <param argument="--action" type="select" label="Action to execute">
+            <param name="action" type="select" label="Action to execute">
                 <option value="add" selected="True">Add new data</option>
                 <option value="modify">Modify metadata</option>
             </param>
@@ -128,7 +128,7 @@
                         <param name="data" type="data" format="fastqsanger.gz,fastqsanger.bz2,fastq.gz,fastq.bz2" multiple="true" label="Select all datasets to upload" help="Compressed reads files listed in the runs table"/>
                         <param name="studies_users_table" type="data" format="tabular" multiple="false" label="Studies table" help="Studies metadata file"/>
                         <param name="samples_users_table" type="data" format="tabular" multiple="false" label="Samples table" help="Samples metadata file"/>
-                        <param name="experiments_users_table" type="data" format="tabular" multiple="false" label="Experiments" help="Experiments metadata file"/>
+                        <param name="experiments_users_table" type="data" format="tabular" multiple="false" label="Experiments table" help="Experiments metadata file"/>
                         <param name="runs_users_table" type="data" format="tabular" multiple="false" label="Runs table" help="Runs metadata file"/>
                     </when>
                     <when value="build_tables">