https://github.com/fenderglass/Ragout
Revision b96240cfd8b646f6a77744f7ce6aaae973536aa2 authored by Mikhail Kolmogorov on 17 March 2015, 00:37:38 UTC, committed by Mikhail Kolmogorov on 17 March 2015, 00:37:38 UTC
1 parent a2f8861
Raw File
Tip revision: b96240cfd8b646f6a77744f7ce6aaae973536aa2 authored by Mikhail Kolmogorov on 17 March 2015, 00:37:38 UTC
automatic synteny block scale inference
Tip revision: b96240c
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top