https://github.com/splatlab/squeakr
Revision 55f0f3f51295c5e7d4bff1ee230b0dfef562ae03 authored by Prashant Pandey on 26 June 2018, 00:35:27 UTC, committed by Prashant Pandey on 26 June 2018, 00:35:27 UTC
1 parent 6780878
Raw File
Tip revision: 55f0f3f51295c5e7d4bff1ee230b0dfef562ae03 authored by Prashant Pandey on 26 June 2018, 00:35:27 UTC
fixing a small bug in k-mer parsing.
Tip revision: 55f0f3f
.gitignore
# 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