<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Depth-First: PerlMol: A Case Study in Open Source Cheminformatics Software</title>
    <link>http://depth-first.com/articles/2007/11/15/perlmol-a-case-study-in-open-source-cheminformatics-software</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Walking the Web of Chemical Informatics</description>
    <item>
      <title>PerlMol: A Case Study in Open Source Cheminformatics Software</title>
      <description>&lt;p&gt;&lt;a href="http://www.perlmol.org/"&gt;&lt;img src="http://depth-first.com/demo/20071115/perlmol.png" align="right"&gt;&lt;/img&gt;&lt;/a&gt;How does open source software happen? Although many factors come into play, the majority of answers seem to revolve around a simple theme: developers building solutions to fill their own needs. Yet only a fraction of these solutions end up becoming open source software. And only a fraction of those end up being used by a wider audience. What's the key ingredient? There's still a lot to learn from studying individual cases.&lt;/p&gt;

&lt;p&gt;Readable discussions about the origins of specific open source projects are pretty rare, but those dealing with the origins of open source cheminformatics software are more uncommon still. So it was with great interest that I came across &lt;a href="http://www.ddj.com/web-development/184416118"&gt;Ivan Tubert-Brohman's account&lt;/a&gt; of how &lt;a href="http://www.perlmol.org/"&gt;PerlMol&lt;/a&gt; was created.&lt;/p&gt;

&lt;p&gt;PerlMol is an open source "collection of Perl modules for cheminformatics and computational chemistry." Many software packages fit into this category, and some of them are open source, so why write another? For Tubert-Brohman, the deciding factor was being able to work in his preferred environment, Perl:&lt;/p&gt;

&lt;blockquote&gt;
    &lt;p&gt;I was surprised that CPAN [&lt;a href="http://www.cpan.org/"&gt;The Comprehensive Perl Archive Network&lt;/a&gt;] was sorely lacking in terms of modules for chemistry. The only available modules were Chemistry::Element, which allows you to convert between atomic number, element symbol, and element name and store other elemental information; and Chemistry::MolecularMass, which calculates the mass from the molecular formula. There were no modules that actually dealt with the structure of molecules. While some of the options in other languages are not bad, I was looking for something with the simplicity and conciseness of Perl that could allow me to write "chemical one-liners" to solve small problems very quickly, without having to compile anything. Hence, PerlMol was born.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The elimination of the need to compile, and relaxed syntaxes that promote succinct code are two of the biggest reasons to try a &lt;a href="http://depth-first.com/articles/2006/11/14/eleven-free-cheminformatics-scripting-environments"&gt;cheminformatics scripting environment&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;There's a lot of great software still to be written in cheminformatics, and some of it will be open source. Although open sourcing that side project you've been working on may not be the best option for your career or your company, studying case studies like that of PerlMol gives plenty of food for thought.&lt;/p&gt;</description>
      <pubDate>Thu, 15 Nov 2007 09:49:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:0ed89b69-2a1f-4495-b8b1-ae7c8c8eb31c</guid>
      <author>Rich Apodaca</author>
      <link>http://depth-first.com/articles/2007/11/15/perlmol-a-case-study-in-open-source-cheminformatics-software</link>
      <category>Open X</category>
      <category>perlmol</category>
      <category>scripting</category>
      <category>opensource</category>
    </item>
    <item>
      <title>"PerlMol: A Case Study in Open Source Cheminformatics Software" by Geoffrey Hutchison</title>
      <description>&lt;p&gt;Ivan,&lt;/p&gt;

&lt;p&gt;I think those of us who have been strongly involved in one open source project or another would completely understand. There are numerous times when you realize how much faster something could be -- because you just need to add (or fix) "one little thing."&lt;/p&gt;</description>
      <pubDate>Tue, 20 Nov 2007 20:08:44 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:078d0ad6-0863-4257-b01a-c3a5cfff773b</guid>
      <link>http://depth-first.com/articles/2007/11/15/perlmol-a-case-study-in-open-source-cheminformatics-software#comment-267</link>
    </item>
    <item>
      <title>"PerlMol: A Case Study in Open Source Cheminformatics Software" by Ivan Tubert-Brohman</title>
      <description>&lt;p&gt;Thanks, I feel honored to be a case study! In retrospect, I have found another advantage in PerlMol: while some of it may seem like a reinvented wheel to to some people, and a square one at that, it is *my* wheel, in the sense that I know it perfectly well inside and out. Just today I found a minor bug, and it took me less than 5 min to fix it. When I find a bug in someone else's open source software, it usually takes me at least hours to fix, or I can file a report and pray... &lt;/p&gt;

&lt;p&gt;Of course, this is only an advantage for me. :)&lt;/p&gt;</description>
      <pubDate>Tue, 20 Nov 2007 10:44:28 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:295c57d9-98f7-4ec6-97b1-57d9616b91fd</guid>
      <link>http://depth-first.com/articles/2007/11/15/perlmol-a-case-study-in-open-source-cheminformatics-software#comment-263</link>
    </item>
    <item>
      <title>"PerlMol: A Case Study in Open Source Cheminformatics Software" by Rich Apodaca</title>
      <description>&lt;p&gt;Hanjo, hadn't seen that one - thanks for pointing it out. At my last count that makes three environments for Perl: Open Babel/Perl, PerlMol, and MayaChemTools. Any others?&lt;/p&gt;</description>
      <pubDate>Fri, 16 Nov 2007 08:26:17 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:73c11211-d3ea-40ba-88c9-460a042f0b0f</guid>
      <link>http://depth-first.com/articles/2007/11/15/perlmol-a-case-study-in-open-source-cheminformatics-software#comment-253</link>
    </item>
    <item>
      <title>"PerlMol: A Case Study in Open Source Cheminformatics Software" by Hanjo Kim</title>
      <description>&lt;p&gt;Just for your information: Have you tried &lt;a href="http://www.mayachemtools.org/" rel="nofollow"&gt;mayachemtools&lt;/a&gt;, another perl-based cheminformatics tool? It is very practical and functional tool, though not listed in your post &lt;a href="http://depth-first.com/articles/2006/11/14/eleven-free-cheminformatics-scripting-environments" rel="nofollow"&gt;cheminformatics scripting environment&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Thu, 15 Nov 2007 22:19:15 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:83afca00-321d-47c6-a873-3b8ffb79fbbc</guid>
      <link>http://depth-first.com/articles/2007/11/15/perlmol-a-case-study-in-open-source-cheminformatics-software#comment-252</link>
    </item>
  </channel>
</rss>
