# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User Nate Coraor <nate@bx.psu.edu> # Date 1287681255 14400 # Node ID 151d007da2f4709ba546cd5cc76738e28b64e05d # Parent 8cc9544dd81d6c53e7c79a24b5fb30f58854e45b Stop redirecting output of the taxonomy2tree tool, since the binary has been updated to stop writing info messages to stderr. --- a/tools/taxonomy/t2t_report.xml +++ b/tools/taxonomy/t2t_report.xml @@ -3,7 +3,7 @@ <requirements><requirement type="package">taxonomy</requirement></requirements> - <command>taxonomy2tree $input 0 /dev/null $out_file1 0 &> /dev/null</command> + <command>taxonomy2tree $input 0 /dev/null $out_file1 0</command><inputs><param format="taxonomy" name="input" type="data" label="Summarize taxonomic representation for"/></inputs>