You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes tool debugging a lot harder. I encountered this with the raceid tools, but also other cases in the past. If a complete log file is necessary I'd recommend something like:
command > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)
The text was updated successfully, but these errors were encountered:
playing around with this some more I think Galaxy should provide something like from_stderr in the data parameters ... Galaxy already captures this in the job run, and that would remove some particularly bad boiler plate from the wrappers.
This makes tool debugging a lot harder. I encountered this with the raceid tools, but also other cases in the past. If a complete log file is necessary I'd recommend something like:
The text was updated successfully, but these errors were encountered: