https://github.com/OpenGene/fastp
Raw File
Tip revision: eb3c9628e2f4f2c7a5dba30c7b06ca1d6d146951 authored by Shifu Chen on 09 April 2019, 12:30:19 UTC
fix a bug in fastareader for FASTA with space in name
Tip revision: eb3c962
.travis.yml
language: cpp
compiler:
    - gcc
    - clang
script: make CXX=${CXX}
back to top