changeset 1:e2b94760e4fa draft

Uploaded
author greg
date Wed, 23 Nov 2016 09:09:05 -0500
parents 11ea0659100f
children eab70b8ddd36
files data_manager/data_manager_plant_tribes_scaffolds_download.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/data_manager_plant_tribes_scaffolds_download.xml	Tue Nov 22 14:09:04 2016 -0500
+++ b/data_manager/data_manager_plant_tribes_scaffolds_download.xml	Wed Nov 23 09:09:05 2016 -0500
@@ -7,6 +7,8 @@
     <command>
         <![CDATA[
             python $__tool_directory__/data_manager_plant_tribes_scaffolds_download.py
+            --name "$name"
+            --description "$description"
             --data_source=$data_source_cond.data_source
             #if str($data_source_cond.data_source) == "web_url":
                 --web_url "$data_source_cond.web_url"
@@ -15,7 +17,6 @@
                 --file_system_paths "$data_source_cond.file_system_paths"
                 --create_symlink $data_source_cond.create_symlink
             #end if
-            --description "$data_source_cond.description"
             "$out_file"
         ]]>
     </command>