changeset 5:dd2c9c4ed207 draft

planemo upload commit f2e9d60ee5915e917083688cdc0d6f5d78f98028-dirty
author oinizan
date Thu, 05 Apr 2018 10:21:28 -0400
parents c2e9b79e97a8
children ccc589935dd8
files upload_tar.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/upload_tar.xml	Thu Apr 05 10:15:20 2018 -0400
+++ b/upload_tar.xml	Thu Apr 05 10:21:28 2018 -0400
@@ -44,7 +44,7 @@
 				<filter type="add_value" name="Auto-detect" value="auto" index="0"/>
 			</options>
 		</param>
-		<upload_dataset name="files" title="Specify Files for Dataset" metadata_ref="files_metadata">
+		<upload_dataset name="files" title="Specify Files for Dataset" file_type_name="file_type" metadata_ref="files_metadata">
 			<param name="file_data" type="file" size="30" label="File" ajax-upload="true" help="TIP: Due to browser limitations, uploading files larger than 2GB is guaranteed to fail. To upload large files, use the URL method.">
 				<validator type="expression" message="You will need to reselect the file you specified (%s)." substitute_value_in_message="True">not ( ( isinstance( value, unicode ) or isinstance( value, str ) ) and value != "" )</validator> <!-- use validator to post message to user about needing to reselect the file, since most browsers won't accept the value attribute for file inputs -->
 			</param>