Exemple #1
0
def generate_pubtator(entry: JsonObj) -> None:
    """
    Generate a puptator link if this has a PMC id
    :param entry: metadata entry
    """
    if hasattr(entry, 'pmcid'):
        entry.pubtator = entry.pmcid