https://github.com/fenderglass/Ragout
Revision 49a46b1da326d2b85d4eefd4e3184cb2d49bbe15 authored by Mikhail Kolmogorov on 09 June 2015, 19:01:48 UTC, committed by Mikhail Kolmogorov on 09 June 2015, 19:01:48 UTC
1 parent d5afacc
Raw File
Tip revision: 49a46b1da326d2b85d4eefd4e3184cb2d49bbe15 authored by Mikhail Kolmogorov on 09 June 2015, 19:01:48 UTC
naming_ref parameter + unlocalized contigs output
Tip revision: 49a46b1
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top