changeset 23:6bd663d53cb5 draft

Still trying to find Cheetah prob.
author trinity_ctat
date Sun, 21 Oct 2018 20:39:10 -0400
parents 7b8726fb6a36
children f99a412721a3
files data_manager/add_ctat_resource_lib.xml
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/add_ctat_resource_lib.xml	Sun Oct 21 20:24:04 2018 -0400
+++ b/data_manager/add_ctat_resource_lib.xml	Sun Oct 21 20:39:10 2018 -0400
@@ -28,7 +28,9 @@
               if str( $genome_resource_library.specify_build_location.build_location ) == "different_location":
                   --build_location="${genome_resource_library.specify_build_location.different_build_location}"
               #end if
-            #elif str( $genome_resource_library.build_type ) == "build_from_source":
+            #end if
+            
+            #if str( $genome_resource_library.build_type ) == "build_from_source":
               --source_location "${genome_resource_library.source_location}"
               #if str( $genome_resource_library.rebuild ) == "true":
                 --new_library_build
@@ -36,7 +38,9 @@
               if str( $genome_resource_library.specify_build_location.build_location ) == "true":
                   --build_location="${genome_resource_library.specify_build_location.different_build_location}"
               #end if
-            #elif str( $genome_resource_library.build_type ) == "specify_built_location":
+            #end if
+            
+            #if str( $genome_resource_library.build_type ) == "specify_built_location":
               --build_location="${genome_resource_library.built_library_location}"
             #end if