This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pandas as pd | |
| from glob import glob | |
| from tqdm import tqdm | |
| import numpy as np | |
| import re | |
| gdrive = glob("/Users/austin/Google Drive/Workflow0COVID/results/*/*.out") | |
| orig = "/Users/austin/Box/2019-nCoV/drug-screening/raw_data/V3_docking_data_april_9/docking_data_out_v3.1.csv" | |
| for i in gdrive: |