7 lines
298 B
Python
Executable file
7 lines
298 B
Python
Executable file
#!/usr/bin/python3
|
|
# Initialise a blank 'Data' directory and drug subdirs etc.
|
|
# TODO:
|
|
# - Read base dir from config file
|
|
# - Create eg: '~/git/Data/{original,processed}
|
|
# - Create eg: '~/git/Data/processed/' + drug (for each drug)
|
|
# - Create eg: '~/git/Data/output/' + drug + '{plots, structure}'
|