Skip to content

Commit

Permalink
Fixing wrong line numbers as suggest by @buddej
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Jul 9, 2020
1 parent 182b95f commit 85df4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DCC/fix2chimera.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def modify_junctiontype(junctiontype):
print ("WARNING: " + str(chimeric_junction_mate2) + " is probably corrupt.")
print ("WARNING: Offending line: " + str(line))

linecnt += linecnt
linecnt += 1

if line_split[2] == '+':
line_split[2] = '-'
Expand Down

0 comments on commit 85df4b3

Please sign in to comment.