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
SELECT u.seq_id,s.rank_1, s.rank_2, s.rank_3, s.rank_4 FROM snps as s, tag_index as t , unique_tags as u WHERE s.tag_id=t.id AND t.id=u.tag_id limit 0,30;