Skip to content

Instantly share code, notes, and snippets.

@hars-j
hars-j / ncbo_rest_api.py
Created January 17, 2022 14:33 — forked from callahantiff/ncbo_rest_api.py
Mapping Identifiers via the NCBO BioPortal API
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# import needed libraries
import glob
import json
import os
import pickle
import random
import requests