projects
/
qpalma.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
+ parser works now with mmap and sscanf
[qpalma.git]
/
tools
/
data_tools
/
parseSolexa.py
diff --git
a/tools/data_tools/parseSolexa.py
b/tools/data_tools/parseSolexa.py
index
f562cbd
..
dd62b37
100644
(file)
--- a/
tools/data_tools/parseSolexa.py
+++ b/
tools/data_tools/parseSolexa.py
@@
-51,4
+51,3
@@
if __name__ == '__main__':
solexa_fid = open(solexaFile)
pickle_fid = open(pickleFile,'w+')
parse(solexa_fid,pickle_fid)
-