Searched refs:spc_code (Results 1 – 2 of 2) sorted by relevance
145 int spc_code = pair_spc[mc1][mc2]; in class_spacing() local148 if (spc_code < 0) { in class_spacing()152 spc_code = abs(spc_code); in class_spacing()156 spc_code = 0; in class_spacing()161 switch(spc_code) { in class_spacing()
209 spc_code = phyID[:3]214 …" AND protid=%s) ORDER BY length(seq) DESC LIMIT 1; ' % (prot_number,spc_code,spc_code,prot_number)268 for spc_code, protid in self._SQL.fetchall():269 phyID = self.get_longest_isoform("%s%07d" % (spc_code,protid))