Update app.py
Browse files
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 #
|