# HG changeset patch # User trinity_ctat # Date 1540168750 14400 # Node ID 6bd663d53cb57edd244e0ea2cb38c0adc6e9353d # Parent 7b8726fb6a36d86a9b20145cb0bc29445d4672c9 Still trying to find Cheetah prob. diff -r 7b8726fb6a36 -r 6bd663d53cb5 data_manager/add_ctat_resource_lib.xml --- 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