Hi Chris,
Thanks for the offer. I am comfortable with scripting but not
JavaScript. I know enough of it to be dangerous :). Most of the work I
do is linked to numerics and visualisation not web work.
First off, exporting data from the website to the gaggle is
understood, and it works well.
I experimented with microformats to transmit genelists from the web
site to the Boss and then on to cytoscape or R. I presented the
experimental solution to the website development team who agreed that
this could be implemented within their cgi methods. They do not wish
to tinker with Perl <-> Java API 's for the backend as yet.
The remaining challenge is for the website to receive the proper
information broadcast from the Boss. The first challenge is that the
website expects a pipe delimited string as a genelist with species and
list name. Like so ....
<form name="toCart"action="
http://OMITTED ON PURPOSE/
OMITTED_MYMETHOD.cgi" target="cart" method="post">
<input type="submit" value="Add to Cart" />
<input type="hidden" name="method" value="/OMITTED ON PURPOSE/
Input/GeneSet/addGeneSets" />
Some info omitted.
<input type="text" name="testlist" value="At5g66045|At1g73687|
At2g27400" />
</form>
I wrote a program in R, and broadcast its results ( a genelist ) to
the Boss. How would I get it into the website data structure ? The
data structure is nothing more than a file. I can send you a link to
the application if you wish and I can let you log on with no problem.
I studied the handler code examples in the SVN trunk, but I don't know
where the javascript handler belongs ? From my perspective it would
take what' inside the Boss and move the data to the web application.
Let me know what further info you require &/or what info examples -
templates that you can point me to.
Thank you.
JP