$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Genetics library - advice needed.
From: Karsten Ahnert (karsten.ahnert_at_[hidden])
Date: 2015-06-04 15:12:08
On 04.06.2015 16:10, Andy Thomason wrote:
> Hi All,
>
> I am getting close to rolling out the first draft of our genetics library.
>
> https://github.com/andy-thomason/Boost.Genetics
>
> This library allows you to search gene sequences - most commonly
> the human genome - (eg. ENSEMBL .fa files) for inexact matches.
Is sequence analysis and/or sequence distance also in the scope of your
library? I would really like to see such kind of algorithms in boost.
> Is there a continuous integration system we could use to pre-check
> the library?
You can use travis. It integrates very well with github and is also the
recommended ci system for boost.