Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -223,7 +223,7 @@ if file_to_lookat !=[] and sub:
|
|
| 223 |
tovcf.to_csv(nameuse,sep='\t',header=False, index=False)
|
| 224 |
with open(nameuse,"rb") as txt_file:
|
| 225 |
bytes_data=txt_file.read()
|
| 226 |
-
txt_file.
|
| 227 |
with open(os.path.join("input",nameuse),"wb") as f:
|
| 228 |
f.write(bytes_data)
|
| 229 |
f.close()
|
|
|
|
| 223 |
tovcf.to_csv(nameuse,sep='\t',header=False, index=False)
|
| 224 |
with open(nameuse,"rb") as txt_file:
|
| 225 |
bytes_data=txt_file.read()
|
| 226 |
+
txt_file.close()
|
| 227 |
with open(os.path.join("input",nameuse),"wb") as f:
|
| 228 |
f.write(bytes_data)
|
| 229 |
f.close()
|