comparison data_manager/add_ctat_resource_lib.xml @ 20:cf8155c24783 draft

Uploaded
author trinity_ctat
date Fri, 19 Oct 2018 17:57:46 -0400
parents 99acaf768ed4
children f403d561cda9
comparison
equal deleted inserted replaced
19:99acaf768ed4 20:cf8155c24783
16 #if str($genome_resource_library.build_type) == "build_from_source": 16 #if str($genome_resource_library.build_type) == "build_from_source":
17 --source_location "${genome_resource_library.source_location}" 17 --source_location "${genome_resource_library.source_location}"
18 #if str($genome_resource_library.rebuild) == "true": 18 #if str($genome_resource_library.rebuild) == "true":
19 --new_library_build 19 --new_library_build
20 #end if 20 #end if
21 if str($genome_resource_library.specify_build_location.build_location) == "true": 21 if str($specify_build_location.build_location) == "true":
22 --build_location="${genome_resource_library.specify_build_location.different_build_location}" 22 --build_location="${specify_build_location.different_build_location}"
23 #end if 23 #end if
24 #end if 24 #end if
25 #if str($genome_resource_library.build_type) == "specify_built_location": 25 #if str($genome_resource_library.build_type) == "specify_built_location":
26 --build_location="${genome_resource_library.built_library_location}" 26 --build_location="${genome_resource_library.built_library_location}"
27 #end if 27 #end if