minwoosun commited on
Commit
aad3727
1 Parent(s): 454355d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def main(input_file_path, species):
15
 
16
  # clone and cd into UCE repo
17
  os.system('git clone https://github.com/minwoosun/UCE.git')
18
- os.chdir('UCE')
19
 
20
  ##############
21
  # UCE #
 
15
 
16
  # clone and cd into UCE repo
17
  os.system('git clone https://github.com/minwoosun/UCE.git')
18
+ os.chdir('/home/user/app/UCE')
19
 
20
  ##############
21
  # UCE #