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 182b95f commit 85df4b3Copy full SHA for 85df4b3
DCC/fix2chimera.py
@@ -58,7 +58,7 @@ def modify_junctiontype(junctiontype):
58
print ("WARNING: " + str(chimeric_junction_mate2) + " is probably corrupt.")
59
print ("WARNING: Offending line: " + str(line))
60
61
- linecnt += linecnt
+ linecnt += 1
62
63
if line_split[2] == '+':
64
line_split[2] = '-'
0 commit comments