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
with gzip.open(infile,'rt') as f ,gzip.open(outfile,'wt') as OUT:
f1 = [l1.split() for l1 in f ]
for info in f1:
if(float(info[4]) >= 20 and (float(info[13])<=300 and float(info[13]) >=3) and float(info[14]) >= 0.05 and float(info[15]) <= 1.5 and info[2] != info[3]):