Mercurial > repos > greg > data_manager_plant_tribes_scaffolds_downloader
changeset 4:e87b66359c13 draft
Uploaded
author | greg |
---|---|
date | Wed, 23 Nov 2016 10:06:02 -0500 |
parents | 236c01d525d7 |
children | 83834587ba93 |
files | data_manager/data_manager_plant_tribes_scaffolds_download.xml |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/data_manager/data_manager_plant_tribes_scaffolds_download.xml Wed Nov 23 10:05:48 2016 -0500 +++ b/data_manager/data_manager_plant_tribes_scaffolds_download.xml Wed Nov 23 10:06:02 2016 -0500 @@ -9,10 +9,9 @@ python $__tool_directory__/data_manager_plant_tribes_scaffolds_download.py --name "$name" --description "$description" - --data_source=$data_source_cond.data_source + --data_source $data_source_cond.data_source #if str($data_source_cond.data_source) == "web_url": --web_url "$data_source_cond.web_url" - --md5_checksum "$data_source_cond.md5_checksum" #else: --file_system_paths "$data_source_cond.file_system_paths" --create_symlink $data_source_cond.create_symlink @@ -30,7 +29,6 @@ </param> <when value="web_url"> <param name="web_url" type="text" value="" label="Web URL" optional="False" /> - <param name="md5_checksum" type="text" value="" label="MD5 checksum" help="Value is optional"/> </when> <when value="file_system"> <param name="file_system_paths" type="text" value="" area="True" label="File system paths" optional="False" help="All files within the given folders and their sub-folders will be installed." />