diff --git a/sbol_utilities/sbol3_genbank_conversion.py b/sbol_utilities/sbol3_genbank_conversion.py index dc205fd..c718275 100644 --- a/sbol_utilities/sbol3_genbank_conversion.py +++ b/sbol_utilities/sbol3_genbank_conversion.py @@ -840,7 +840,7 @@ def _handle_features_sbol_to_gb(self, seq_rec: SeqRecord, obj: ComponentGenBankE # create sequence feature object with label qualifier # TODO: create issue for presence of genbank file with features without the "label" qualifier # TODO: feat_strand value ambiguous in case of multiple locations? - feature = SeqFeature(location=feat_loc_object, strand=feat_strand, type=feat_role) + feature = SeqFeature(location=feat_loc_object, type=feat_role) feature.loc_positions = feat_loc_positions if isinstance(obj_feat, self.FeatureGenBankExtension): keys = sorted(obj_feat.qualifier_key, key=lambda x: int(x.split(":", 1)[0])) diff --git a/test/test_files/Comparison_file_Complexity_Scores.nt b/test/test_files/Comparison_file_Complexity_Scores.nt index ec40d00..5e8acc1 100644 --- a/test/test_files/Comparison_file_Complexity_Scores.nt +++ b/test/test_files/Comparison_file_Complexity_Scores.nt @@ -6,7 +6,7 @@ "2023-05-16T19:45:47+00:00"^^ . "Measure1" . . - "11.7"^^ . + "13.2"^^ . . . . @@ -19,7 +19,7 @@ . "Measure1" . . - "53.7"^^ . + "54.0"^^ . . . . @@ -32,7 +32,7 @@ . "Measure1" . . - "8.3"^^ . + "9.9"^^ . . . .