Skip to content
Snippets Groups Projects
Commit 8ab55ea3 authored by Schneider Leo's avatar Schneider Leo
Browse files

change : absolute path for image dataset and DLLs

parent 23e4e7da
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,7 @@ def create_antibio_dataset(path='/data/label_raw/230804_strain_peptides_antibiog
:param path: excel path
:return: dataframe
"""
print('base path ', base_path, 'path : ',os.path.join(base_path,path))
df = pd.read_excel(os.path.join(base_path,path), header=1)
df = df[['sample_name','species','AMC (disk)','AMK (disk)','AMK (mic)','AMK (vitek)','AMP (vitek)','AMX (disk)',
'AMX (vitek)','ATM (disk)','ATM (vitek)','CAZ (disk)','CAZ (mic)','CAZ (vitek)','CHL (vitek)','CIP (disk)',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment