I have a tool that generates tabular output but I don't know how to get the column headings assigned. The output format is not fixed since the user decides what data goes into the output. Andrew Olson
Hello Andrew, Your version of the display_peek() method ( which calls the make_html_table() method ) in ~/lib/galaxy/datatypes/tabular.py may need to be altered in order to do what you want since currently it simply prints the column numbers. Greg Von Kuster Galaxy Development Team Andrew Olson wrote:
I have a tool that generates tabular output but I don't know how to get the column headings assigned. The output format is not fixed since the user decides what data goes into the output.
Andrew Olson _______________________________________________ galaxy-user mailing list galaxy-user@bx.psu.edu http://mail.bx.psu.edu/cgi-bin/mailman/listinfo/galaxy-user
participants (2)
-
Andrew Olson
-
Greg Von Kuster