The 2010-R1.0.9 beta release of the HeliSphere software, released 02/09/10, includes the following features and changes:
SqlLite
pysqlite is working properly.
Affine Gaps:
Resequencing pipeline now supports barcoded samples:
Pypeline architecture changes:
The 2009-R1 release of the HeliSphere software, released Oct 2009, included the following features and changes:
Installation Changes:
scons instead of LINUX make when compiling from source. scons 1.2.0 or higher and Python 2.4-2.6 must be installed before building from source. See http://www.scons.org.
New Pypeline Architecture:
pypeline for Python pipeline
pypeline.
pypeline uses simple configuration files in place of the XML used by the old pipeline script, analysis_controller.pl, which has been retired.
pypeline is based on scons. It constructs a dependency tree of the files needed for an analysis. If some of these files are already present, they are not rebuilt. If an analysis fails partway through and needs to be restarted, it should pick up where it left off.
pypeline supports efficient use of parallel computing resources on both SGE-enabled and non-SGE systems. (See http://gridengine.sunsource.net.)
New/revised analysis pypelines: The system includes the following analysis pipelines, invoked via the pypeline command:
mini_pipeline.pl.)
New tools: The following tools have been added:
analysis_controller.pl palmer bcgen simmer
Improvements to the SNP Sniffer Polymorphism Detector:
Documentation Changes:
Executable examples: Working code examples are now available as part of the software release distribution files. These examples can be used for tutorials, to test the installation, and as performance benchmarks. See Section 2.8, “Installing the Small Examples” for more information.