You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Check explicitly that there are no gaps - OBS these "gaps" are actually gaps between blat blocks and not actually gaps within blat blocks as i initially thought
266
-
#if( bData.iloc[i,4] > 0 or bData.iloc[i,6] > 0):
267
-
# continue
268
-
269
-
#Don't allign the transcripts against each other twice...
270
-
#I.e. BLAT does T1 vs T2 but also T2 vs T1 (which should be the same give or take)
271
-
272
264
273
265
#Extract the info
274
266
seq=list(transcripts[bData.iloc[i,9]]) #Get sequence from query name
#For now assume that there is no contradiction in the directionality (i.e. all blocks in psl are consistent with each contig being in the defined direction relative to each pair)
288
-
#if(trandir[bData.iloc[i,9]] == '-' and trandir[bData.iloc[i,13]] == '-'
289
-
290
278
if(verbose): print("Constructing and merging nodes in graphs based on Blocks and Transcripts")
0 commit comments