refactoring code to make it take command line args
This commit is contained in:
parent
0191ee3493
commit
3905a81c38
42 changed files with 456 additions and 7206 deletions
|
@ -48,9 +48,10 @@ gene = 'pncA'
|
|||
datadir = homedir + '/' + 'git/Data'
|
||||
|
||||
#=======
|
||||
# input
|
||||
# input from outdir
|
||||
#=======
|
||||
indir = datadir + '/' + drug + '/' + 'output'
|
||||
#indir = datadir + '/' + drug + '/' + 'output'
|
||||
outdir = datadir + '/' + drug + '/' + 'output'
|
||||
#in_filename = 'pnca.dssp'
|
||||
in_filename = gene.lower() +'.dssp'
|
||||
infile = indir + '/' + in_filename
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue