Mercurial > repos > trinity_ctat > test_ctat_genome_res_lib_dm
changeset 19:16e4b119edd8 draft
Uploaded
| author | trinity_ctat |
|---|---|
| date | Mon, 02 Jul 2018 17:05:35 -0400 |
| parents | d3fce82fbe92 |
| children | fc4ad29904bf |
| files | data_manager/add_ctat_resource_lib.xml |
| diffstat | 1 files changed, 6 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/data_manager/add_ctat_resource_lib.xml Mon Jul 02 16:59:12 2018 -0400 +++ b/data_manager/add_ctat_resource_lib.xml Mon Jul 02 17:05:35 2018 -0400 @@ -12,24 +12,13 @@ python $__tool_directory__/add_ctat_resource_lib.py --output_filename "${out_file}" --display_name "${display_name}" - #if str( $genome_resource_library.download ) == "true": - --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 - #else - #if str( ${genome_resource_library.library_status.needs_build} ) == "true": - --source_location "${genome_resource_library.library_status.source_location}" - #if str( $genome_resource_library.library_status.rebuild ) == "true": - --rebuild - #end if - #end if - --build_location "${genome_resource_library.built_library_location}" + #if str( ${genome_resource_library.library_status.needs_build} ) == "true": + --source_location "${genome_resource_library.library_status.source_location}" + #if str( $genome_resource_library.library_status.rebuild ) == "true": + --rebuild + #end if #end if - #if str( $gmap_build ) == "true": - --gmap_build - #end if + --build_location "${genome_resource_library.built_library_location}" ]]> </command> <inputs>
