hydrophobicity script
This commit is contained in:
parent
ed8fc4d488
commit
e9a95e9d3a
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ import pandas as pd
|
|||
import numpy as np
|
||||
import sys, os
|
||||
#%%
|
||||
# specify variables
|
||||
# specify input and output variables
|
||||
homedir = os.path.expanduser('~')
|
||||
#=======
|
||||
# input
|
||||
#=======
|
||||
homedir = os.path.expanduser('~')
|
||||
indir = 'git/Data/pyrazinamide/input/original'
|
||||
in_filename = "3pl1.fasta.txt"
|
||||
infile = homedir + '/' + indir + '/' + in_filename
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue