changeset 28:f2c13fc24e3b draft

Uploaded
author trinity_ctat
date Mon, 02 Jul 2018 18:56:46 -0400
parents 873bcb758028
children b21e295216d7
files data_manager/add_ctat_resource_lib.xml
diffstat 1 files changed, 3 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/add_ctat_resource_lib.xml	Mon Jul 02 18:49:11 2018 -0400
+++ b/data_manager/add_ctat_resource_lib.xml	Mon Jul 02 18:56:46 2018 -0400
@@ -12,22 +12,10 @@
           python $__tool_directory__/add_ctat_resource_lib.py 
             --output_filename="${out_file}" 
             --display_name="${display_name}" 
-            #if str( $genome_resource_library.build_type ) == "download_and_build":
-                --download_url="${genome_resource_library.download_url}" 
-                --download_location="${genome_resource_library.download_destination}"
-                #if str( $genome_resource_library.force_new_download ) == "true":
-                    --new_archive_download
-                #end if
-            #elif str( ${genome_resource_library.build_type} ) == "build_from_source":
-                --source_location "${genome_resource_library.library_status.source_location}"
-                --build_location "${genome_resource_library.built_library_location}" 
-                #if str( $genome_resource_library.library_status.rebuild ) == "true":
-                    --rebuild
-                #end if
-            #elif str( ${genome_resource_library.build_type} ) == "specify_built_location":
-                --build_location "${genome_resource_library.built_library_location}" 
+            #if str(${genome_resource_library.build_type}) == "specify_built_location":
+                --build_location="${genome_resource_library.built_library_location}" 
             #end if
-            #if str( $gmap_build ) == "true":
+            #if str($gmap_build) == "true":
                 --gmap_build 
             #end if
         ]]>