vasilisNt commited on
Commit
f575805
1 Parent(s): 86e2ae1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ LLR_FILE='sample gene scores.zip'
12
  with ZipFile(LLR_FILE) as myzip:
13
  uids=[i.split('/')[-1].split('_')[0] for i in myzip.namelist()][1:]
14
 
15
- df=pd.read_csv('uniprot_isoforms.csv',index_col=0)
16
 
17
  def load_LLR(uniprot_id):
18
  '''Loads the LLRs for a given uniprot id. Returns a 20xL dataframe
 
12
  with ZipFile(LLR_FILE) as myzip:
13
  uids=[i.split('/')[-1].split('_')[0] for i in myzip.namelist()][1:]
14
 
15
+ df=pd.read_csv('isoform_list.csv',index_col=0)
16
 
17
  def load_LLR(uniprot_id):
18
  '''Loads the LLRs for a given uniprot id. Returns a 20xL dataframe