Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ if app_choice == "🔁 Protein Repeat Finder":
|
|
| 81 |
return new_repeats
|
| 82 |
|
| 83 |
def get_or_process_sequence(sequence, analysis_type, overlap=50):
|
| 84 |
-
if
|
| 85 |
return {}
|
| 86 |
|
| 87 |
hash_input = f"{sequence}_{analysis_type}"
|
|
|
|
| 81 |
return new_repeats
|
| 82 |
|
| 83 |
def get_or_process_sequence(sequence, analysis_type, overlap=50):
|
| 84 |
+
if results_collection is None:
|
| 85 |
return {}
|
| 86 |
|
| 87 |
hash_input = f"{sequence}_{analysis_type}"
|