repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: nfig1.py
[GalaxyCodeBases.git]
/
c_cpp
/
faststater
/
gFileType.h
blob
ee0112ee341ca7623bf3bdaccebfeba62bda0a54
1
#ifndef _G_FILETYPE_H
2
#define _G_FILETYPE_H
3
4
#define G_HEADER_LENGTH 4
5
#define G_TYPE_FAQC
"FAQC"
// Compressed FastQ file
6
7
8
9
#endif
/* gFileType.h */
10