Re: [galaxy-dev] question about error output

2015-04-16 Thread John Chilton
Two things - if you really want to just hide standard output - you can use the XML CDATA idiom to eliminate the need for escaping < and >. I think this is a saner default and I would just add this block to all new tools. You may want to check out the planemo tool builder - it will bootstrap n

[galaxy-dev] question about error output

2015-04-16 Thread Roberto Alonso CIPF
Hello, I am defining some tools for my own galaxy installation and I would like to know if there is a more elegant solution for redirecting error output than the one in the next config file: calling with gatk ln -s "${input}" input.bam ; samtools index input.bam; java -jar