BIRCH/Meeting/Nov172011

From Bioinformatics.Org Wiki

Jump to: navigation, search

Contents

Overview

This meeting will be to discuss winbirch, and to demonstrate progress on git-kit

Status

Gitkit is now up and running, tested on several platforms. You can get it from github

I have created a birch-build repository as well, which contains premake binaries for every platform.

I have started a birch-native-src repository, which I am currently building fasta and phylip in. Fasta looks like it won't be too bad, just have to untangle the mess of included make files. Maybe we can send the developer our make scripts - he might like them!

Update: Phylip is building and going well. Fasta is coming coming along nicely. I am trying to contact the original developers to see if they would be interested in using my build system.

I have come up with a few ideas:

Git-kit

Gitkit is available at github. To use git-kit simply clone it with:

git clone git@github.com:daleha/git-kit.git

Then, edit "gitkit.cfg" to specify which repos you would like to sync. I am currently working on a "git-kit setup" command that will make this simpler, but for now this must be done manually.

I would like to setup the birchdev on psgendb with gitkit, so that you can start to use git-kit to sync with me.

Git-kit is self-hosted (git-kit is used to sync git-kit - this has been invaluable in developing git-kit, as it can simply test new features on itself), so git-kit can by default be used to update itself (and in fact, does, with the "git-kit update" command).

As I am the only one who has been using/developing git-kit, I am certain that there are still some bugs. All output written by git-kit is recorded in a ".gitkit.log" file, so if there are any bugs you can simply email this file to me, and then run a "git-kit update" once it is fixed.

I have spent a fair amount of time on submodule support for git-kit. I would like to get graham to use git-kit as soon as possible for biolegato, to make it a module of birchdev, and also add getbirch, the framework folders, and the binaries as modules of birchdev.

Currently, gitkit uses github, but any hosting site can be used - we can even sync with the UofM's SVN repositories (git and svn can inter-operate), if we really want to keep it in-house. I think, however, that the best strategy is to use github for now. We can also mirror to bio-informatics.org's svn repositories if we so choose.

Action items

BIRCHDEV/Git

Winbirch To do:

Binaries

Reality Check

  1. download tar archive to BIRCHDEV/install and recreate directory tree
  2. Compile source for each platform (Ideally, this could all be done in BIRCHDEV/install, but at present we can only do it for the platforms that IST supports: solaris-sparc, solaris-amd64, linux-x84_64. Others such as osx-x86_64 and linux-intel have to be built on different machines. DALE SAYS: try 'linux32' to see if you can comile 32-bit linux on gaia/moon etc. THANKS DALE!
  3. Create a subdirectory called bin-xxx-xxx to put the compiled binaries into.
  4. Test. This can sometimes be done within the install directory, but in other cases, it may be easier to install binaries in $birch/local and test there.
  5. Copy tested binaries into BIRCHDEV/bin-xxx-xxx
  6. Run BIRCHDEV/build/makebin.csh to create new Development version of binaries.


I tend to keep around the previous version of a directory for reference for the next time I build a newer version. Usually, there will be a README file with notes telling what bizarre things I had to do to get it to compile.

Possible solutions

Currently, winbirch needs only to have the binaries compiled and bundled in to the getbirch installer, as getbirch is currently already able to install the birch framework and run biolegato. The main reason why this has not been straight-forward is that many binaries require the cygwin dll to run or be compiled. *We also need to take care to ensure that the same version of each binary is used on each platform*. See further details at BIRCH/Winbirch/Binaries.


Additionally, this would mean creating another platform based fork of the BIRCH binaries, which is more code to maintain and build.

Rather than separately maintaining the binaries for each platform, I recommend that we use a technology called premake to define the build configurations for each platform for each of the sources in the binary builds (starting of course with the windows configuration), and from there we will have a means of **automatically** generating the build configurations for each platform (targeting to xcode for OSX, gmake for linux/solaris, and microsoft visual studio for windows). This would allow us to maintain a very small, simple set of scripts that will build all of the birch binaries from source. For binaries that we are unable to obtain source code for, we will of course simply have to store a version in our repositories.

I can stand behind premake, as I have played a role in developing it and have even landed some patches in the source tree! Hopefully, once we have birch cleaned up and widely used on various open-source sites and communities, other developers will do the same for it.

In order to get started, I will need to find out (from Brian) how the binaries have been built/obtained for OS-X, linux, and solaris (where the binaries and or sources have been obtained). Then, I propose making a "common-src" repository, as well one for each platform dependent sources and or binaries. This will ensure that all ports of birch (windows, solaris, os-x, and linux) are using the *same* version. Finally, I will need access to the biolegato source code, to make appropriate winbirch related patches (for cygwin integration).

Action item (Dale): Proof of concept using Phylip and FASTA packages.

Shell

Currently: requirs CyWin.

Possible solutions:

1. Java shell (Graham)

2. Python daemon (Dale)

The two ideas may have some synergy. For example, we have also talked about BIRCH/BioLegato running as an applet, or as a client/server application talking to a remote server.

What to we need to do to have a working WinBIRCH?

Major problems:

Action items:


Compromises

Long term To do's:

Birch command server: The framework used to create git-kit can be recycled, and used to create a birch-server that biolegato can communicate with (probably through sockets, sending commands, and receiving output). Biolegato can then launch an appropriate 3rd party application (such as a viewer for pdfs, a web browser, etc), to handle this output if biolegato does not support it. I suggest that all configuration options be stored in JSON format, so that biolegato can easily read/write it.

This would eliminate the need for cygwin, and would be a huge step forward towards eliminating platform independent quirks.

Also, I agree with graham that we should use javascript to generate the documentation dynamically. This would cut out the need for acedb to generate documentation, and I think it is the cleanest solution to providing dynamic client-side content.

Assessment of priorities

When we last met, you said that the highest priority was "to get git working". I think that git-kit is the answer to that, and once it has been field-tested we will *finally* be able to close the book on all of this version control infrastructure building.

I think that the winbirch binaries are now the obvious highest priority, so that we can finally roll out a release of winbirch. Is there anything further that needs to be done with git, or should I focus my attention entirely on winbirch now?

Personal tools
Namespaces
Variants
Actions
wiki navigation
Toolbox