if not engineered:
                    # for now, only get entries that are exclusively from one organism
                    if len(entry.org_taxid) == 1:
                        # does not include those whose taxid is 'unidentified' or 'synthetic'
                        taxid = list(entry.org_taxid)[0]