Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|