https://github.com/OpenGene/fastp
Raw File
Tip revision: 62448acf2398d5501c80f8da563a7dd930cf1f81 authored by Shifu Chen on 27 July 2018, 10:40:18 UTC
restore to not to delete ofstream
Tip revision: 62448ac
.gitignore
.DS_Store
fastp

# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
back to top