Hi,
I integrated a R tool in Galaxy who works fine, but I added a new functionality needing the package 'mclust'. When I run the tool in Galaxy, it works, but the out file send an error. It's because when the mclust library is loaded, it normally print a citation/image :
__ ___________ __ _____________
/ |/ / ____/ / / / / / ___/_ __/
/ /|_/ / / / / / / / /__ \ / /
/ / / / /___/ /___/ /_/ /___/ // /
/_/ /_/____/_____/____//____//_/ version 5.2
Type 'citation("mclust")' for citing this R package in publications.
And it seems Galaxy doesn't really appreciate it.
Someone knows how to fix this problem ?