# HG changeset patch # User trinity_ctat # Date 1539983502 14400 # Node ID bef035c4468f24a7abc8f1432e70b8b810ffe162 # Parent 80b2b02e23d1fd54589bbd107fcc28ef0407432c Uploaded diff -r 80b2b02e23d1 -r bef035c4468f data_manager/add_ctat_resource_lib.xml --- a/data_manager/add_ctat_resource_lib.xml Fri Oct 19 17:03:55 2018 -0400 +++ b/data_manager/add_ctat_resource_lib.xml Fri Oct 19 17:11:42 2018 -0400 @@ -13,30 +13,8 @@ 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 - #if str($genome_resource_library.keep_archive) == "true": - --keep_archive - #end if - #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) == "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 + #if str($genome_resource_library.build_type) == "specify_built_location": + --build_location="${genome_resource_library.built_library_location}" #end if ]]>