Skip to content

Commit 85df4b3

Browse files
committed
Fixing wrong line numbers as suggest by @buddej
1 parent 182b95f commit 85df4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DCC/fix2chimera.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def modify_junctiontype(junctiontype):
5858
print ("WARNING: " + str(chimeric_junction_mate2) + " is probably corrupt.")
5959
print ("WARNING: Offending line: " + str(line))
6060

61-
linecnt += linecnt
61+
linecnt += 1
6262

6363
if line_split[2] == '+':
6464
line_split[2] = '-'

0 commit comments

Comments
 (0)