Spaces:
Running
Running
Update mtdna_classifier.py
Browse files- mtdna_classifier.py +3 -1
mtdna_classifier.py
CHANGED
@@ -271,4 +271,6 @@ def classify_sample_location(accession):
|
|
271 |
# 4.2.1: Infer from haplogroup
|
272 |
haplo_result = classify_mtDNA_sample_from_haplo(context)
|
273 |
outputs[keyword][key]["haplogroup"] = haplo_result
|
274 |
-
return outputs
|
|
|
|
|
|
271 |
# 4.2.1: Infer from haplogroup
|
272 |
haplo_result = classify_mtDNA_sample_from_haplo(context)
|
273 |
outputs[keyword][key]["haplogroup"] = haplo_result
|
274 |
+
return outputs
|
275 |
+
accession = "KU131308"
|
276 |
+
classify_sample_location(accession)
|