https://github.com/OpenGene/fastp
Raw File
Tip revision: a1eaae90c709b4a4582c3163f40834cf436beb43 authored by Shifu Chen on 27 June 2018, 14:48:03 UTC
set ver to v0.17.1
Tip revision: a1eaae9
.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