# HG changeset patch # User galaxyp # Date 1431566384 14400 # Node ID 60a33af520420948e84592aa045f4b69eb394079 # Parent 75537a09e9fad7fd6b40f33f1ee61bf0264d7f9f Uploaded diff -r 75537a09e9fa -r 60a33af52042 OpenSwathWorkflow.xml --- a/OpenSwathWorkflow.xml Wed May 13 18:33:49 2015 -0400 +++ b/OpenSwathWorkflow.xml Wed May 13 21:19:44 2015 -0400 @@ -27,11 +27,10 @@ #if $param_tr_irt: -tr_irt $param_tr_irt #end if -#if $param_out_features: - -out_features $param_out_features -#end if -#if $param_out_tsv: - -out_tsv "$param_out_tsv" +#if $output_fmt == 'tsv': + -out_tsv "$out_tsv" +#else: + -out_features "$out_features" #end if #if $param_out_chrom: -out_chrom $param_out_chrom @@ -239,13 +238,9 @@ - - - - - - - + + + @@ -345,7 +340,12 @@ - + + output_fmt == 'featurexml' + + + output_fmt == 'tsv' + **What it does**