Spaces:
Running
Running
supercat666
commited on
Commit
•
ab8372d
1
Parent(s):
886edf2
fix
Browse files
cas9on.py
CHANGED
@@ -147,7 +147,7 @@ def process_gene(gene_symbol, model_path):
|
|
147 |
all_data.extend(formatted_data)
|
148 |
|
149 |
# Return the data and potentially any other information as needed
|
150 |
-
return all_data,
|
151 |
|
152 |
|
153 |
def create_genbank_features(formatted_data):
|
|
|
147 |
all_data.extend(formatted_data)
|
148 |
|
149 |
# Return the data and potentially any other information as needed
|
150 |
+
return all_data, gene_sequence, exons, cdslist
|
151 |
|
152 |
|
153 |
def create_genbank_features(formatted_data):
|