Content deleted Content added
Use HTTPS for QuickGO and PDB id (www.ebi.ac.uk) links to provide increased user privacy/security |
Use HTTPS for genome.ucsc.edu links to provide increased user privacy/security |
||
Line 1,141:
local chr_loc_link = ""
if (string.match(db, '%w+') and string.match(chr, '%w+') and string.match(gstart, '%w+') and string.match(gend, '%w+') )then
chr_loc_link = "[
else
chr_loc_link = "n/a"
Line 1,149:
local chr_loc_mm_link = ""
if (string.match(db_mm, '%w+') and string.match(chr_mm, '%w+') and string.match(gstart_mm, '%w+') and string.match(gend_mm, '%w+') )then
chr_loc_mm_link = "[
else
chr_loc_mm_link = "n/a"
|