Eitan177 commited on
Commit
12e0d60
·
1 Parent(s): 4374fca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -221,6 +221,7 @@ if file_to_lookat !=[] and sub:
221
  tovcf['alt']=table_of_penn_file['Alt']
222
  nameuse=re.sub('xlsx$','vcf',file_to_lookat[j].name)
223
  tovcf.to_csv(nameuse,sep='\t',header=False, index=False)
 
224
  st.write(tovcf)
225
  st.write(nameuse)
226
  with open(nameuse,"rb") as txt_file:
 
221
  tovcf['alt']=table_of_penn_file['Alt']
222
  nameuse=re.sub('xlsx$','vcf',file_to_lookat[j].name)
223
  tovcf.to_csv(nameuse,sep='\t',header=False, index=False)
224
+ st.write(table_of_penn_file)
225
  st.write(tovcf)
226
  st.write(nameuse)
227
  with open(nameuse,"rb") as txt_file: