# HG changeset patch # User dfornika # Date 1578098937 0 # Node ID 7158a1df38413c31cddfcabc266d5857023a1cdc # Parent eee578803b2d3e982ca4b81fe3b1edb927a5d774 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tetyper commit 65f9e423263afc8f23fa51cb4770998b99f933ba-dirty" diff -r eee578803b2d -r 7158a1df3841 tetyper.xml --- a/tetyper.xml Fri Jan 03 23:33:45 2020 +0000 +++ b/tetyper.xml Sat Jan 04 00:48:57 2020 +0000 @@ -26,7 +26,7 @@ #else: #set $snp_profiles = str( $snp_profiles_source.snp_profiles ) #end if - #if $snp_profiles + #if str( $snp_profiles ) != 'None' --snp_profiles '${snp_profiles}' #end if #if str( $struct_profiles_source.struct_profiles_source_selector ) == "tool_data_table": @@ -34,7 +34,7 @@ #else: #set $struct_profiles = str( $struct_profiles_source.struct_profiles ) #end if - #if $struct_profiles + #if str( $struct_profiles ) != 'None' --struct_profiles '${struct_profiles}' #end if --outprefix output