https://github.com/fenderglass/Ragout
Revision ed8ec16985b653c3e5f858e7177d53796b1c5f88 authored by Mikhail Kolmogorov on 17 May 2015, 02:20:12 UTC, committed by Mikhail Kolmogorov on 17 May 2015, 02:20:12 UTC
1 parent 8011ca8
Raw File
Tip revision: ed8ec16985b653c3e5f858e7177d53796b1c5f88 authored by Mikhail Kolmogorov on 17 May 2015, 02:20:12 UTC
small fix in rearrangement projection + Helicobacter test removed
Tip revision: ed8ec16
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top