Free and Open Source Software (FOSS) for Bioinformatics and Computational Biology

Total Page:16

File Type:pdf, Size:1020Kb

Free and Open Source Software (FOSS) for Bioinformatics and Computational Biology Free and Open Source Software (FOSS) for Bioinformatics and Computational Biology Pjotr Prins - 14 Feb 2013 Wageningen University Free and Open Source Software (FOSS) – p. 1 What is FOSS? FOSS: ‘free and open source software’ Software that is both free software and open source Licensed to grant users the right to use, copy, study, change, and improve Availability of source code Free and Open Source Software (FOSS) – p. 2 Licensing License protects copyright and more GNU Public License (GPL) - change code, but always make source code available when publishing the software (Linux) BSD License - change code, but publish copyright (FreeBSD) Artistic License - do what you want with the code (Perl) Others. (Mozilla) Free and Open Source Software (FOSS) – p. 3 Science Open, transparent -> reproducible Peer review Build on the shoulders of giants! Linux popular in Bioinformatics Great for writing software Great for running software Free and Open Source Software (FOSS) – p. 4 Open-Bio Open Bioinformatics Foundation (OBF) BioPerl, BioPython, BioRubya, BioJava. No BioJS (yet) State of the projects - github aBioRuby: Bioinformatics software for the Ruby programming language by Naohisa Goto, Pjotr Prins et al., Bioinformatics, 2010 Free and Open Source Software (FOSS) – p. 5 Github Track projects Publish (your) project! Use the code! Free and Open Source Software (FOSS) – p. 6 Biogems.info Decentralized development for (Bio)Ruby a Visibility & easy install Github integration Integration testing aBiogem: an effective tool based approach for scaling up open source soft- ware development in bioinformatics, by R. Bonnal, P Prins et al., Bioinformatics, February 2012 Free and Open Source Software (FOSS) – p. 7 Tradition: Ease vs Speed Easy but slow: dynamically typed (Perl, R, Python, Ruby) Hard but fast: statically typed (C, C++, FORTRAN) Mix (Perl|Python|Ruby|R) & C Free and Open Source Software (FOSS) – p. 8 Choosing a language Dynamic type, slowish Perl - ah, Perl, awful R - awful, but common Python - science! Graphics, math, statistics, R integration Ruby - cleaner, OOP, functional (like!) Javascript (fast, common, a bit ugly) Free and Open Source Software (FOSS) – p. 9 Choosing a language (2) Fixed type, fast Structured: C, GO OOP: Java Functional languages: Clojure, Erlang, Haskell Hybrid: Scala (like!), D (like!) Free and Open Source Software (FOSS) – p. 10 Tips Don’t be afraid of languages Mix and matcha Use one dynamic (easy), one static language (fast) JVM (Java, Groovy, Scala, Clojure, JRuby, Javascript) Computer language shootout aSharing programming resources between Bio* projects through remote pro- cedure call and native call stack strategies, by Pjotr Prins et al., Evolutionary Genomics: statistical and computational methods, Meth. Mol. Biol. 2012 Free and Open Source Software (FOSS) – p. 11 What libraries? Bio* projects. JVM has BioJava, BioScala and BioRuby! BioPerl; R/Bioconductor - large communities Biopython/BioRuby - growing Free and Open Source Software (FOSS) – p. 12 What tools? Search WWW. Say, ‘RNAseq tools’ CloudBiolinux (see biogems.info) - & Galaxy Search R/bioconductor modules/bindings biostars.org, stackexchange, etc. Q&A sites Ask on Bio* mailing lists But how do I know what to use? Free and Open Source Software (FOSS) – p. 13 Project activity Main website, documentation? Search the Q&A sites and mailing lists Check the bloody source! This is FOSS! # of contributors, # of commits Recent activity Free and Open Source Software (FOSS) – p. 14 Dead projects If a project looks dead, it is probably... If the source code looks bad, it is probably... If the documentation is old, it is probably... Still, it may be worth reviving. Free and Open Source Software (FOSS) – p. 15 What makes a bioinformatician? Can run BLAST? Can run CLI tools? Can chain tools? Can assess tools/libraries Loves programming Loves biology Free and Open Source Software (FOSS) – p. 16 Great bioinformaticians 100+ papers 10K citations 1st or last author? Many of the best papers have bioinformatics input! Example: Yves van de Peer Free and Open Source Software (FOSS) – p. 17.
Recommended publications
  • Introduction to Bioinformatics Software and Computing Infrastructures
    I have all this data – now what? Introduction to Bioinformatics Software and Computing Infrastructures Timothy Stockwell (JCVI) Vivien Dugan (NIAID/NIH) Bioinformatics • Bioinformatics Deals with methods for managing and analyzing biological data. Focus on using software to generate useful biological knowledge. • Bioinformatics for Sequencing and Genomics Sample tracking, LIMS (lab process tracking). Sequencing and assembly Genome annotation (structural and functional) Cross-genome comparisons My NGS run finished….. DATA OVERLOAD!!! DATA OVERLOAD!!! DATA OVERLOAD!!! Genomics Resources • General resources • Genomics resources • Bioinformatics resources • Pathogen-specific resources USA NIH National Center for Biomedical Information (NCBI) • NCBI – home page, http://www.ncbi.nlm.nih.gov • GenBank – genetic sequence database http://www.ncbi.nlm.nih.gov/genbank • PubMed – database of citations and links to over 22 million biomedical articles http://www.ncbi.nlm.nih.gov/pubmed • BLAST – Basic Local Alignment Search Tool – to search for similar biological sequences http://blast.ncbi.nlm.nih.gov/Blast.cgi Bioinformatics Resource Centers (BRCs) https://vectorbase.org/ http://eupathdb.org/ http://patric.vbi.vt.edu/ http://www.pathogenportal.org/ http://www.viprbrc.org/ http://www.fludb.org/ NIAID Bioinformatics Resource Centers Bioinformatic Services • Community-based Database & Bioinformatics Resource Centers • Partnerships with Infectious Diseases Research and Public Health communities • Genomic, omics, experimental, & clinical metadata
    [Show full text]
  • Biolib: Sharing High Performance Code Between Bioperl, Biopython, Bioruby, R/Bioconductor and Biojava by Pjotr Prins
    BioLib: Sharing high performance code between BioPerl, BioPython, BioRuby, R/Bioconductor and BioJAVA by Pjotr Prins Dept. of Nematology, Wageningen University, The Netherlands ([email protected]) website: http://biolib.open-bio.org/ git repository: http://github.com/pjotrp/biolib/ LICENSE: BioLib defaults to the BSD license, embedded libraries may override BioLib provides the infrastructure for mapping existing and novel C/C++ libraries against the major high level languages using a combination of SWIG and cmake. This allows writing code once and sharing it with all bioinformaticians - who, as it happens, are a diverse lot with diverse computing platforms and programming language preferences. Bioinformatics is facing some major challenges handling IO data from microarrays, sequencers etc., where every innovation comes with new data formats and data size increases rapidly. Writing so- lutions in every language domain usually entails duplication of effort. At the same time developers are a scarce resource in every Bio* project. In practice this often means missing or incomplete func- tionality. For example microarray support is only satisfactory in R/Bioconductor, but lacking in all other domains. By mapping libraries using SWIG we can support all languages in one strike, thereby concentrating the effort of supporting IO in one place. BioLib also provides an alternative to webservices. Webservices are often used to cross language barriers using a ’slow’ network interface. BioLib provides an alternative when fast low overhead communication is desired, like for high throughput, high performance computing. BioLib has mapped libraries for Affymetrix microarray IO (the Affyio implementation by Ben Bol- stad) and the Staden IO lib (James Bonfield) for 454-sequencer trace files, amongst others, and made these available for the major languages on the major computing platforms (thanks to CMake).
    [Show full text]
  • Gestalt of Bioinformatics
    DeepaliSanjay,Bhatnagar,Gurpreet Kaur 6 Gestalt ofBioinformatics DeepaliSanjay,Bhatnagar,Gurpreet Kaur Computer Applications Deptt.,Computer ApplicationsDeptt.,Computer Applications Deptt. GianiZailSingh,PTU, GianiZailSingh,PTU,GianiZailSingh,PTU Campus,BathindaCampus,BathindaCampus,Bathinda [email protected] Abstract-Bioinformatics is a new and rapid evolving To study biological data different concepts of computer discipline that is emerging from the fields of experimental science, statistics, mathematics and engineering are molecular biology and biochemistry. It integrates many core combined together. subjects likeBiology, computer science, biochemistry, statistics, mathematics and others. Bioinformatics is an Biological data + Computer Calculations= application of computer technology that is skyrocketing in the Bioinformatics.Bioinformatics is new science to manage recent years.Bioinformatics develops methods and software of biological information. To gather, store, analyse and tools for understanding the concepts of biology .There is integrate biological and genetic information, computers growing interest in the application of artificial intelligence are used. (AI) techniques in bioinformatics. Bioinformatics, the subject of current review, is defined as the application of computational techniques to understand and organise the information associated with biological macromolecules. This paper will give a clear glance overview of bioinformatics, its definition, aims and applications in Artificial Intelligence in computer science.
    [Show full text]
  • Visual Programming for Next-Generation Sequencing Data Analytics Franco Milicchio1, Rebecca Rose2, Jiang Bian3, Jae Min4 and Mattia Prosperi4*
    Milicchio et al. BioData Mining (2016) 9:16 DOI 10.1186/s13040-016-0095-3 REVIEW Open Access Visual programming for next-generation sequencing data analytics Franco Milicchio1, Rebecca Rose2, Jiang Bian3, Jae Min4 and Mattia Prosperi4* * Correspondence: [email protected] 4Department of Epidemiology, Abstract College of Public Health and Health Professions & College of Medicine, Background: High-throughput or next-generation sequencing (NGS) technologies University of Florida, 2004 Mowry have become an established and affordable experimental framework in biological Road, Gainesville 32610-0231, FL, and medical sciences for all basic and translational research. Processing and USA Full list of author information is analyzing NGS data is challenging. NGS data are big, heterogeneous, sparse, and available at the end of the article error prone. Although a plethora of tools for NGS data analysis has emerged in the past decade, (i) software development is still lagging behind data generation capabilities, and (ii) there is a ‘cultural’ gap between the end user and the developer. Text: Generic software template libraries specifically developed for NGS can help in dealing with the former problem, whilst coupling template libraries with visual programming may help with the latter. Here we scrutinize the state-of-the-art low-level software libraries implemented specifically for NGS and graphical tools for NGS analytics. An ideal developing environment for NGS should be modular (with a native library interface), scalable in computational methods (i.e. serial, multithread, distributed), transparent (platform-independent), interoperable (with external software interface), and usable (via an intuitive graphical user interface). These characteristics should facilitate both the run of standardized NGS pipelines and the development of new workflows based on technological advancements or users’ needs.
    [Show full text]
  • Bioruby 2010 Updates: Moving to Agile Bioinformatics
    BioRuby 2010 updates: moving to agile bioinformatics Raoul J.P. Bonnal1, Naohisa Goto2, Mitsuteru Nakao3, Jan Aerts4, Pjotr Prins5 ,Toshiaki Katayama6 1 Fondazione INGM, Milan, Italy [email protected]; 2 Research Institute for Microbial Diseases, Osaka University, Japan; 3 Database Center for Life Science, Tokyo, Japan; 4 Wellcome Trust Sanger Institute, Cambridge, UK; 5 Wageningen University and Groningen Bioinformatics Center, Netherlands; 6 Institute of Medical Science, University of Tokyo, Japan URL: http://bioruby.org Code: http://github.com/bioruby/bioruby License: The Ruby License BioRuby provides tools and libraries for the Ruby programming language with the aim of providing an integrated environment for bioinformatics. The Ruby programming language was incepted around 1993 and is a reflective, general purpose object-oriented programming language that combines syntax inspired by Perl, with Smalltalk-like features (http://www.ruby-lang.org). Ruby has gained in popularity by virtue of its clean object oriented programming (OOP) design and its functional programming characteristics. These characteristics allow programming with less source code, thereby improving programmer productivity (Aerts and Law, 2009). The BioRuby project is started in 2000 and after the initial release in 2001, we made a steady development to its functionality. The project is supported by the Open Bioinformatics Foundation (OBF) initiative, which hosts the website and mailing list. The current software development tree is hosted on GitHub (https://github.com/), a public distributed source control system, which allows any developer to start contributing code to the BioRuby project. Here we report recent developments in BioRuby. Since the last BOSC presentation in 2007 we had two major releases, 1.3.0 and 1.4.0.
    [Show full text]
  • Open Source Tools and Toolkits for Bioinformatics: Significance, and Where Are We? Jasone.Stajichandhilmarlapp
    BRIEFINGS IN BIOINFORMATICS. VOL 7. NO 3. 287^296 doi:10.1093/bib/bbl026 Open source tools and toolkits for bioinformatics: significance, and where are we? JasonE.StajichandHilmarLapp Submitted: 11th October 2005; Received (in revised form): 28th June 2006 Abstract This review summarizes important work in open-source bioinformatics software that has occurred over the past couple of years. The survey is intended to illustrate how programs and toolkits whose source code has been developed or released under an Open Source license have changed informatics-heavy areas of life science research. Rather than creating a comprehensive list of all tools developed over the last 2^3 years, we use a few selected projects encompassing toolkit libraries, analysis tools, data analysis environments and interoperability standards to show how freely available and modifiable open-source software can serve as the foundation for building important applications, analysis workflows and resources. Keywords: bioinformatics; open source; software; genomics INTRODUCTION This picture is one of a multitude of projects, Compared to several years ago, there are numerous which at the surface seem to have commonalities, open source projects active in the life science arena, but upon closer inspection have many differences each offering freely available source code that and lack an overall organization or direction that promises to address a specific problem or problem would tie them together by more than just the domain of biological sciences in a reusable way. shared principle of open source. This scenario of Bioinformatics.org (http://www.bioinformatics.org) each project offering ‘stuff’ the utility or application alone is host to 275 projects, which address a of which is often not immediately clear, is much bioinformatics need by definition.
    [Show full text]
  • 2 Project Overview and New Features Bioruby Project Was Started in Late
    Genome Informatics 14: 629-630 (2003) 629 BioRuby: Open-Source Bioinformatics Library Naohisa Goto1 Mitsuteru C. Nakao2 Shiuichi Kawashima3 [email protected] [email protected] [email protected] Toshiaki Katayama2 Minoru Kanehisa3 [email protected] [email protected] 1 Genome Information Research Center , Osaka University, Yamadaoka 3-1, Suita, Osaka 565-0871, Japan 2 Human Genome Center , Institute of Medical Science, University of Tokyo, 4-6-1 Shirokanedai, Minato-ku, Tokyo, 108-8639, Japan 3 Bioinformatics Center , Institute for Chemical Research, Kyoto University, Uji, Kyoto 611-0011, Japan Keywords: open source, Ruby language, object oriented, toolkit, sequence analysis 1 Introduction BioRuby [1] is an open-source project which aims to provide a reusable library for biological tasks for the Ruby language [4]. Ruby is an interpreted object-oriented scripting language with a simple and powerful syntax and native object-oriented programming support. Ruby is developed by a Japanese author and is now accepted not only by Japanese but also by many professional programmers around the world as a highly productive language. Ruby has many advantageous features to process text files and for system management tasks, which are frequently needed for bioinformatics tools. Compared to other languages, it has native support for object-oriented programming with a simple but powerful syntax, with which we can easily describe and manipulate complicated biological data structures efficiently. These are the main reason why we decided to implement a bioinformatics library in Ruby, even though BioPerl [2],BioJava, and BioPython were developed previously. BioRuby is available as free software and is licensed under the GNU Lesser General Public License.
    [Show full text]
  • BOSC 2015 Dublin, Ireland July 10-11, 2015
    16th Annual Bioinformatics Open Source Conference BOSC 2015 Dublin, Ireland July 10-11, 2015 http://www.open-bio.org/wiki/BOSC_2015 Welcome to BOSC 2015! The Bioinformatics Open Source Conference, established in 2000, is held every year as a Special Interest Group (SIG) meeting in conjunction with the Intelligent Systems for Molecular Biology (ISMB) Conference. BOSC is sponsored by the Open Bioinformatics Foundation (OBF), a non-profit group dedicated to promoting the practice and philosophy of Open Source software development and Open Science within the biological research community. Sponsors We are grateful to Google for their generous support for videorecording BOSC 2015, and we thank Curoverse (the team behind the open source platform Arvados) and GigaScience as returning sponsors. We also welcome Bina as a new sponsor. BOSC 2015 Organizing Committee Nomi Harris and Peter Cock (Co-Chairs) Brad Chapman, Rob Davey, Chris Fields, Sarah Hird, Karsten Hokamp, Hilmar Lapp, Mónica Muñoz-Torres Program Committee: Nomi Harris, Brad Chapman, Peter Cock, Karsten Hokamp, Raoul Bonnal, Chris Fields, Karen Cranston, Jens Lichtenberg, Eric Talevich, Frank Nothaft, Michael Heuer, Mónica Muñoz-Torres, Francesco Strozzi, Hans-Rudolf Hotz, Timothy Booth, Tiago Antão, George Githinji, Manuel Corpas, Thomas Down, Sarah Hird, Scott Markel, Rob Davey, Spencer Bliven, Michael Reich, Lorena Pantano, Björn Grüning, Hilmar Lapp, Daniel Blankenberg, Amye Kenall, Hervé Menager BOSC is a community effort—we thank all those who made it possible, including the organizing committee, the program committee, the session chairs, our sponsors, and the ISMB SIG chair, Steven Leard. If you are interested in helping to organize BOSC 2016, please email [email protected].
    [Show full text]
  • Python for Gene Expression[Version 1; Peer Review
    F1000Research 2021, 10:870 Last updated: 31 AUG 2021 OPINION ARTICLE Python for gene expression [version 1; peer review: awaiting peer review] Leonid Bystrykh ERIBA, University Medical Center Groningen, University of Groningen, Groningen, 9713 AV, The Netherlands v1 First published: 31 Aug 2021, 10:870 Open Peer Review https://doi.org/10.12688/f1000research.53842.1 Latest published: 31 Aug 2021, 10:870 https://doi.org/10.12688/f1000research.53842.1 Reviewer Status AWAITING PEER REVIEW Any reports and responses or comments on the Abstract article can be found at the end of the article. Genome biology shows substantial progress in its analytical and computational part in the last decades. Differential gene expression is one of many computationally intense areas; it is largely developed under R programming language. Here we explain possible reasons for such dominance of R in gene expression data. Next, we discuss the prospects for Python to become competitive in this area of research in coming years. We indicate that Python can be used already in a field of a single cell differential gene expression. We pinpoint still missing parts in Python and possibilities for improvement. Keywords differential gene expression, single cell expression, python, R, limma This article is included in the Python collection. Corresponding author: Leonid Bystrykh ([email protected]) Author roles: Bystrykh L: Conceptualization, Investigation, Resources, Writing – Original Draft Preparation, Writing – Review & Editing Competing interests: No competing interests were disclosed. Grant information: The author(s) declared that no grants were involved in supporting this work. Copyright: © 2021 Bystrykh L. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
    [Show full text]
  • Bioruby: Object Oriented Open Source Library for Bioinformatics
    248 Genome Informatics 13: 248-249 (2002) BioRuby: Object Oriented Open Source Library for Bioinformatics Toshiaki Katayama1 Shuichi Kawashima1 Naohisa Goto2 [email protected] [email protected] [email protected] Mitsuteru C. Nakao3 Yoshinori K. Okuji Minoru Kanehisa1 [email protected] [email protected] [email protected] 1 Bioinformatics Center , Institute for Chemical Research, Kyoto University, Uji, Kyoto 611-0011, Japan 2 Genome Information Research Center , Osaka University, Yamadaoka 3-1, Suita, Os- aka 565-0871, Japan 3 Human Genome Center , Institute of Medical Science, University of Tokyo, 4-6-1 Shirokane-dai, Minato-ku, Tokyo 108-8639, Japan Keywords: opensource, ruby scriptinglanguage, database interface, object oriented 1 Introduction BioRuby[6] is the projectto bulid usefullibrary for bioinformaticstasks withthe objectoriented scriptinglanguage Ruby, started in late 2000.Ruby is madein Japanand is gettingpopularity by its simpleand powerfulsyntax in recentyears. For Perl, Java and Pythonprogrammers, there are alreadyexisting BioPerl [4], BioJava [3] and BioPython[5] projects as precedentefforts, and organized by the openbio foundation [7, 2, 1]. How- ever,they tendto be complicatedunnecessarily because of the limitationof eachlanguage characteris- tics and historicalreasons that they havegradually developed. Taking these state into consideration, wefind the rubylanguage is suitablefor constructingsimple and easy to use openbio library. In 2002,the first invited-onlyOpen Bio* developers meeting called BioHackathon was held in Arizonaand CapeTown, and we haveagreed on fivenew ways to retrievea recordgiven an identifier fromthe biologicalsequence databases. These methods are named OBDA (open bio sequence database access)and include flatfile indexing (simple, Berkeley DB), BioFetch (CGI/HTTP), BioSQL (MySQL, PostgreSQL,Oracle), XEMBL and Corbadescribed below.
    [Show full text]
  • UBIC2 – Towards Ubiquitous Bio-Information Computing: Data Protocols, Middleware, and Web Services for Heterogeneous Biological Information Integration and Retrieval
    UBIC2 – Towards Ubiquitous Bio-Information Computing: Data Protocols, Middleware, and Web Services for Heterogeneous Biological Information Integration and Retrieval Pengyu Hong BioX program, Department of Statistics, Stanford University, Stanford, CA 94305-4065. Email: [email protected] Sheng Zhong BioX program, Department of Statistics, Stanford University, Stanford, CA 94305-4065. Email: [email protected] Wing H. Wong* BioX program, Department of Statistics, Stanford University, Stanford, CA 94305-4065. Email: [email protected] To whom correspondence should be addressed: [email protected] 1 Abstract The Ubiquitous Bio-Information Computing (UBIC2) project aims to disseminate protocols and software packages to facilitate the development of heterogeneous bio-information computing units that are interoperable and may run distributedly. UBIC2 specifies biological data in XML formats and queries data using XQuery. The UBIC2 programming library provides interfaces for integrating, retrieving, and manipulating heterogeneous biological data. Interoperability is achieved via Simple Object Access Protocol (SOAP) based web services. The documents and software packages of UBIC2 are available at http://www.ubic2.org. Keywords: Biological Data Integration, Middleware, Interoperability, Ubiquitous Computing. 2 1 Introduction The emergence of various high throughput biological experimental techniques has enabled researchers to monitor the activities of cellular molecules at system levels. Diverse biological data (e.g., sequence data, gene expression data, phenotype data, protein interaction data, etc.) is being generated distributedly at explosive rates. At the same time, numerous bio- information computing methods and applications are being developed daily. It has now been widely realized that deeper and more comprehensive biological knowledge can be discovered faster only by systematically utilizing heterogeneous bio-information and computational utilities.
    [Show full text]
  • Bioruby Project Update
    BioRuby project update Toshiaki Katayama <[email protected]> Human Genome Center University of Tokyo Japan The 8th annual Bioinformatics Open Source Conference - 2007/7/19-20 @ Vienna Introduction • BioRuby - bioinformatics library for Ruby language • Object oriented scripting language • Originally made in Japan • Getting popular by "Ruby on Rails" web development framework History • 1993 Ruby language is born • 1996 BioPerl project started • 1999 BioPython, BioJava projects started • 2000 BioRuby project started • 2002 BioHackathon #1, #2 • 2003 BioHackathon #3 • 2006 BioRuby 1.0 released • 2006 Phyloinformatics Hackathon #1 (at NESCent) • 2007 BioRuby 1.1 released Functionality • As a library • Bioinformatics analysis (2000-2007) • Sequences, Pathways, References etc. • Databases, Applications, and Web services • Chemoinformatics analysis combined with ChemRuby (2005) • Phyloinfomatics analysis (2006) • As an application • Interactive shell (2006) • Web application development with Ruby on Rails (2007) Strength • Up-to-date support for the KEGG database • Pathways, Organisms, Genes, Compounds, Enzymes, Drugs etc. http://www.genome.jp/kegg/ • Web services (SOAP/WSDL library is bundled with Ruby) • DDBJ XML, EBI web service, KEGG API etc. http://xml.nig.ac.jp/ http://www.ebi.ac.uk/Tools/webservices/ http://www.genome.jp/kegg/soap/ • Web applications (Ruby on Rails made development easy) • MPI bioinformatics toolkit, KEGG on Rails etc. http://toolkit.tuebingen.mpg.de/ http://dev.kegg.jp/ • Very easy to install (less than few miniutes, no '--force' required :-) BioRuby 1.1 • Released today! (2007/7/19) • http://bioruby.org/ • http://bioruby.org/archive/bioruby-1.1.0.tar.gz • http://rubyforge.org/projects/bioruby/ • http://rubyforge.org/frs/download.php/22958/bio-1.1.0.gem What's new? • License is changed to Ruby's • Distributed under the same terms as Ruby • Phyloinfomatics modules • Bio::Tree, Newick, NEXUS etc.
    [Show full text]