changeset 19:99acaf768ed4 draft

Uploaded
author trinity_ctat
date Fri, 19 Oct 2018 17:54:48 -0400
parents f49893aff779
children cf8155c24783
files data_manager/add_ctat_resource_lib.xml
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/add_ctat_resource_lib.xml	Fri Oct 19 17:37:52 2018 -0400
+++ b/data_manager/add_ctat_resource_lib.xml	Fri Oct 19 17:54:48 2018 -0400
@@ -18,6 +18,9 @@
               #if str($genome_resource_library.rebuild) == "true":
                 --new_library_build
               #end if
+              if str($genome_resource_library.specify_build_location.build_location) == "true":
+                  --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}"
@@ -111,11 +114,8 @@
                 <param name="source_location" type="text" label="Location of Source Files (full path)" />
                 <param name="rebuild" type="boolean" checked="false" label="Force new build of Library?" />
                 <conditional name="specify_build_location">
-                    <param name="build_location" type="select" label="Location of Built Library">
-                        <option value="same_as_source" selected="true">Build in Source location</option>
-                        <option value="different_location">Build in a different location</option>
-                    </param>
-                    <when value="different_location">
+                    <param name="build_location" type="boolean" checked="false" label="Is the build location different than the source location?" />
+                    <when value="true">
                         <param name="different_build_location" type="text" label="Build Location (full path)" />
                     </when>
                 </conditional>