Looks very nice. What is a Jenkins plug-in? What was the question about
accessing a remote database? You should be able to replace

<script src="/plugin/jmol/js/JSmoljQueryExt.js"></script><script
src="/plugin/jmol/js/JSmolCore.js"></script><script
src="/plugin/jmol/js/JSmolApplet.js"></script><script
src="/plugin/jmol/js/JSmolApi.js"></script><script
src="/plugin/jmol/js/j2sjmol.js"></script><script
src="/plugin/jmol/js/JSmolThree.js"></script><script
src="/plugin/jmol/js/JSmolGLmol.js"></script><script
src="/plugin/jmol/js/JSmol.nojq.js"></script><script
src="/plugin/jmol/js/Jmol2.js">

with

<script src="/plugin/jmol/js/JSmol.min.js"></script>

I think.

Bob Hanson

On Mon, Jun 2, 2014 at 8:41 PM, Bruno P. Kinoshita <
brunodepau...@yahoo.com.br> wrote:

> Hi all!
>
> I had some spare time this weekend and as project of the day I wrote a Jenkins
> plug-in that uses Jmol to display molecules in builds [1]. This can be
> useful for automated pipelines that retrieve data from API's or version
> control like Git.
>
> It all started while I was learning more about BioJava. One of its first 
> tutorials
> uses Jmol to display proteins and I thought it would be nice to start by
> integrating Jmol and Jenkins. A future version of this plug-in could use
> BioJava to retrieve the protein from a remote database.
>
> For a live version you can go to
> http://builds.tupilabs.com/view/BioUno/job/jmol-sample/1/
>
> Let me know if you find it useful, and kudos for all the work in Jmol. It
> was my first time using it, but there was good documentation and
> examples, and the Javascript library worked very well too.
>
> Cheers
> Bruno
>
> [1] https://github.com/biouno/jmol-plugin
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech
> _______________________________________________
> Jmol-developers mailing list
> Jmol-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-developers
>
>


-- 
Robert M. Hanson
Larson-Anderson Professor of Chemistry
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to