https://github.com/fenderglass/Ragout
Revision c56c5107346e77acbf6c6eb7f3ae51653b52ef21 authored by Mikhail Kolmogorov on 19 June 2015, 01:28:20 UTC, committed by Mikhail Kolmogorov on 19 June 2015, 01:28:20 UTC
1 parent e524a69
Raw File
Tip revision: c56c5107346e77acbf6c6eb7f3ae51653b52ef21 authored by Mikhail Kolmogorov on 19 June 2015, 01:28:20 UTC
strand as in naming genome + chimeras through infinity edges
Tip revision: c56c510
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top