saving work after running combining_dfs.py

This commit is contained in:
Tanushree Tunstall 2021-11-12 14:16:48 +00:00
parent 1ddc5045d5
commit 45c48485f1
7 changed files with 136 additions and 92 deletions

View file

@ -17,8 +17,8 @@ my_host = 'http://biosig.unimelb.edu.au'
#headers = {"User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36"}
# TODO: add cmd line args
#gene = 'gid'
drug = 'streptomycin'
#gene = ''
#drug = ''
datadir = homedir + '/git/Data/'
indir = datadir + drug + '/input/'
outdir = datadir + drug + '/output/'
@ -41,4 +41,4 @@ get_results(url_file = my_url_file
, output_dir = outdir
, outfile_suffix = my_suffix)
########################################################################
########################################################################