We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d985e43 commit 278f276Copy full SHA for 278f276
auxiliary/bedGraph2BSseq.py
@@ -23,7 +23,7 @@
23
lines = []
24
for f in files :
25
line = f.next()
26
- if(line.startswith('track')) :
+ if(line[0].startswith('track')) :
27
28
lines.append([line[0],int(line[1]), int(line[2]), int(line[4]), int(line[5])])
29
0 commit comments