# HG changeset patch # User trinity_ctat # Date 1539984678 14400 # Node ID cf3ea18e68f87f49661f07dcfcc161bab743c604 # Parent 75a494c003215f18e229559b1113f1a72d7a5fb8 adding source build back in diff -r 75a494c00321 -r cf3ea18e68f8 data_manager/add_ctat_resource_lib.xml --- a/data_manager/add_ctat_resource_lib.xml Fri Oct 19 17:26:50 2018 -0400 +++ b/data_manager/add_ctat_resource_lib.xml Fri Oct 19 17:31:18 2018 -0400 @@ -13,6 +13,15 @@ python $__tool_directory__/add_ctat_resource_lib.py --output_filename="${out_file}" --display_name="${display_name}" + #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 + #end if + 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 + #end if #if str($genome_resource_library.build_type) == "specify_built_location": --build_location="${genome_resource_library.built_library_location}" #end if