InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Microsoft Enters the Biotech Market with a Truly Open Source Project

Posted by Jonathan Allen on Nov 15, 2009

Sections
Architecture & Design,
Development,
Operations & Infrastructure
Topics
Biotech ,
.NET ,
Open Source
Tags
Microsoft Biology Foundation ,
Parallel Programming

Microsoft Biology Foundation, or MFB, is a bioinformatics toolkit built atop the .NET framework. This toolkit is based on the de facto standards established in the bioinformatics community through years of open development, code sharing, and cross-platform support. Keeping with the spirit of this tradition, MFB will be released under the Microsoft Public License.

With support for bioinformatics file formats, MFB should prove to be a huge time saver right out of the box. Microsoft is also offering “range of algorithms for manipulating DNA, RNA, and protein sequences; and a set of connectors to biological Web services such as NCBI BLAST.”

Microsoft is well known for building extension points into the frameworks; with their long tradition of closed-source software their tools would be useless without them. While MFB is no different in this regard, Microsoft’s attitude towards extensions has changed. They are soliciting third-party developers to contribute their code back to the Biology Foundation framework, though the exact details are no yet available.

In order to take advantage of the multiple CPUs and cores now widely available in both server and consumer grade hardware, there is also a “Dev10” preview. This builds upon the Parallel Extensions library that is being added in .NET 4.0 and Visual Studio 2010.

In addition to the Beta of Microsoft Biology Foundation, Microsoft Research is working on two related projects.

  • Microsoft Biology Tools are “are a collection of computational biology tools built in Microsoft Research; they are either built upon the MBF framework or have historically significant value in the same domain and may eventually be ported to integrate with the framework.”
  • Microsoft Research Biology Extension for Excel is, as the name suggests, is an Office add-in that allows you to leverage MFB from Excel.
HELP by faez khan Posted
Re: HELP by Jonathan Allen Posted
Microsoft Biology Foundation 1.0 Released! by Michael Zyskowski Posted
  1. Back to top

    HELP

    by faez khan

    DEAR SIR, I AM FAEZ KHAN FROM INDIA, I AM DOING M.Sc.BIOINFORMATICS.. I AM VERY2 HAPPY TO SEE THIS TOOL.... SIR AS A STUDENT CAN I CONTRIBUTE TO IT....I WILL BE HAPPY TO BE A PART OF IT... I HAVE GOOD PRACTICE IN HANDLING BIOINFORMATICS TOOLS... I WILL BE WAITING FOR UR REPLY,,THANK U

  2. Back to top

    Re: HELP

    by Jonathan Allen

    Check out this link, it has all the downloads and the email address for the program coordinator.

    connect.microsoft.com/BIO

  3. Back to top

    Microsoft Biology Foundation 1.0 Released!

    by Michael Zyskowski

    You can find the final 1.0 version of the release at this site: research.microsoft.com/bio. Also, all development activities have been migrated to the open source forge on CodePlex.com: mbf.codeplex.com. Please see the information here to find out how to contribute/participate in this project. Thanks!

Educational Content

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.