Skip to content

Commit ac36dc6

Browse files
Update BuildSuperTranscript.py
comments out trackback function because it requires 3 arguments and causes its own exception to be thrown
1 parent 8a03152 commit ac36dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildSuperTranscript.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def SuperTran(fname,verbose=False):
194194

195195
except Exception as error: #Graph building failed, just take longest transcript (or concatenate all transcripts)
196196
print(error)
197-
traceback.print_exception()
197+
#traceback.print_exception()
198198
temp = 0
199199
seq = ''
200200
print('FAILED to construct')

0 commit comments

Comments
 (0)