Eitan177 commited on
Commit
2215c31
·
1 Parent(s): c3d7a18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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()