Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,14 +76,14 @@ if sub and file_to_lookat !=[]:
|
|
76 |
for i in seev:
|
77 |
st.write(i)
|
78 |
##genInstall.install('GRCh37')
|
79 |
-
|
80 |
if not os.path.exists('input'):
|
81 |
os.mkdir('input')
|
82 |
|
83 |
if not os.path.exists('input/input'):
|
84 |
os.mkdir('input/input')
|
85 |
|
86 |
-
|
87 |
|
88 |
|
89 |
bytes_data=file_to_lookat[0].read()
|
|
|
76 |
for i in seev:
|
77 |
st.write(i)
|
78 |
##genInstall.install('GRCh37')
|
79 |
+
|
80 |
if not os.path.exists('input'):
|
81 |
os.mkdir('input')
|
82 |
|
83 |
if not os.path.exists('input/input'):
|
84 |
os.mkdir('input/input')
|
85 |
|
86 |
+
remove_old_vcf():
|
87 |
|
88 |
|
89 |
bytes_data=file_to_lookat[0].read()
|