changeset 20:fc4ad29904bf draft

Uploaded
author trinity_ctat
date Mon, 02 Jul 2018 17:29:25 -0400
parents 16e4b119edd8
children f3a6bc3cd7b1
files data_manager/add_ctat_resource_lib.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/add_ctat_resource_lib.xml	Mon Jul 02 17:05:35 2018 -0400
+++ b/data_manager/add_ctat_resource_lib.xml	Mon Jul 02 17:29:25 2018 -0400
@@ -12,9 +12,9 @@
           python $__tool_directory__/add_ctat_resource_lib.py 
             --output_filename "${out_file}" 
             --display_name "${display_name}" 
-            #if str( ${genome_resource_library.library_status.needs_build} ) == "true":
+            #if ${genome_resource_library.library_status.needs_build}:
               --source_location "${genome_resource_library.library_status.source_location}"
-              #if str( $genome_resource_library.library_status.rebuild ) == "true":
+              #if $genome_resource_library.library_status.rebuild:
                 --rebuild
               #end if
             #end if