From Asterias

Main: DownloadPage

Code downloads

We use Bazaar-NG for version control (reasons why we choose Bazaar). You'll have to install Bazaar and then do bzr get whatever.url.we.provide to get the code. Other forms might be available (e.g., tar.gz files with the R packages), but by using bzr you'll get the most recent code. Moreover, this makes it simpler to collaborate with us, send patches, etc.

The code for the project is also mirrored at Launchpad. You can check there for alternative ways to download (and somewhat more verbose comments with maybe more detail).



Asterias common

There are some installation instructions common to all Asterias web applications, scripts that might help you with the installation, LAM/MPI controlling scripts, etc. You will need this (or something similar) for all your attempts to install the web-based applications until we can finally provide a working Pylons-based egg installer.

   bzr get http://bioinformatics.org/asterias/bzr/Asterias-common

Asterias-pylons

This is a pre-alpha version of an attempt to make Asterias as easy to install as doing "easy_install asterias" (well, almost). to clean up the code, to get rid of lots of code duplication, and to make the logic of the programs simpler. But this is still pre-alpha (i.e., it does not really work). There are issues to solve both in the application code itself, and also figuring out a good way of having the paster server, asterias, and apache to get along well. You can get the code doing:

   bzr get http://bioinformatics.org/asterias/bzr/asterias-pylons

ADaCGH

All the code for ADaCGH. This includes the stand-alone ADaCGH R package. The best is for you to grab the complete sources:

   bzr get http://bioinformatics.org/asterias/bzr/adacgh

but if you only want the R package you can just do

   wget http://bioinformatics.org/asterias/bzr/adacgh/R-packages/ADaCGH_0.9-5.tar.gz

(the version might have changed; visit the page and check it out and update if needed).


Pomelo II

All the code for Pomelo II. The C++ can be compiled for stand-alone operation. Download it doing

   bzr get http://bioinformatics.org/asterias/bzr/pomelo2

SignS

All the code for SignS. Download it doing

   bzr get http://bioinformatics.org/asterias/bzr/signs

GeneSrF

All the code for GeneSrF. Download it doing

   bzr get http://bioinformatics.org/asterias/bzr/genesrf

Tnasas

All the code for Tnasas. Download it doing

   bzr get http://bioinformatics.org/asterias/bzr/tnasas

DNMAD

All the code for DNMAD. Download it doing

   bzr get http://bioinformatics.org/asterias/bzr/dnmad

This differs from the rest of applications both in the language (Perl instead of Python) and some of the internal logic.


IDconverter and IDClight

You know what do do already :-). Please note that we use databases which are not included in the download (they are huge, and they are periodically updated).

   bzr get http://bioinformatics.org/asterias/bzr/idconverter
   bzr get http://bioinformatics.org/asterias/bzr/idclight

Functional Testing:

The Python and R code for functional and regression testing. You will need Funkload for it to work. If you want to use the email reporting facilities, you will need to provide a login, password, and set of email recipients in the file /PomeloII/test_chron.py. The most recent code is available doing

   bzr get http://bioinformatics.org/asterias/bzr/Testing

Please note that comprehensive testing of the Javascript and AJAX functionality for Pomelo II is not included here. Instead, that testing is carried out using Selenium. See the Pomelo Selenium tests page. These tests have been verified with Opera (8.54) under Windows and Linux, Firefox 1.5 (Windows and Linux), Konqueror 3.5 (Linux) and Internet Explorer 1.6 (only Windows). These tests do not run under Opera 9.0 or 9.02 (something strange in the way the JS is processed by Opera).


RJaCGH:

The R package is available from CRAN in the usual tar.gz and zip formats. The most recent code is available doing

   bzr get http://bioinformatics.org/asterias/bzr/RJaCGH

A description of the method implemented in RJaCGH is available as a COBRA Preprint Series Article.


varSelRF:

The R package is available from CRAN in the usual tar.gz and zip formats. The most recent code is available doing

   bzr get http://bioinformatics.org/asterias/bzr/varSelRF

A paper that describes one of the methods implemented there is available from BMC Bioinformatics.



Other applications

The rest will be available very soon.



Requirements for the web-based applications:


Installation (web-based applications)

Asterias common has several files that can be used as examples. Most of the applications call "tryRrun.py" and it is likely that you will need to modify the paths. Likewise, the files in Asterias-common provide examples for monitoring applications, logging, etc. Paths here will probably need to be modified. You will also probably need to change the IPs of the hosts of your cluster.


Licenses we use for the code

See the LicensesPage for details, and the first lines of each file you are interested in, since we use either the GPL or the Affero GPL.

Retrieved from https://www.bioinformatics.org/asterias/wiki/Main/DownloadPage
Page last modified on May 16, 2007, at 01:24 PM