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
$query = "select ".implode(",", $viewBioProjectAttributes)." from bioproject where Grp like ?";
$key = "%".$key."%";
} elseif ($keyType == "sg") {
$query = "select ".implode(",", $viewBioProjectAttributes)." from bioproject where BioProject in (select distinct(BioProject) from run where SubGroup = ?);";
} elseif ($keyType == "is") {
$query = "select ".implode(",", $viewBioProjectAttributes)." from bioproject where BioProject in (select distinct(BioProject) from run where IsolationSource = ?);";