supercat666 commited on
Commit
ab8372d
1 Parent(s): 886edf2
Files changed (1) hide show
  1. cas9on.py +1 -1
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, cdslist, exons
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):