https://github.com/fenderglass/Ragout
Revision 3bbd6c91dceb3f57905b5557b9b04ce1e0758058 authored by Mikhail Kolmogorov on 17 February 2016, 20:30:17 UTC, committed by Mikhail Kolmogorov on 17 February 2016, 20:30:17 UTC
1 parent b3bf289
Raw File
Tip revision: 3bbd6c91dceb3f57905b5557b9b04ce1e0758058 authored by Mikhail Kolmogorov on 17 February 2016, 20:30:17 UTC
an option to disable chimera detection module + sorting output fasta
Tip revision: 3bbd6c9
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top