https://github.com/splatlab/squeakr
Revision 6780878df4f519294a7943e65e50497d4e784e58 authored by Prashant Pandey on 26 June 2018, 00:03:03 UTC, committed by Prashant Pandey on 26 June 2018, 00:03:03 UTC
1 parent 19748c0
Raw File
Tip revision: 6780878df4f519294a7943e65e50497d4e784e58 authored by Prashant Pandey on 26 June 2018, 00:03:03 UTC
Adding code for write k-mer size at the end of the file.
Tip revision: 6780878
.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