Skip to content

Commit

Permalink
fixed a bug I created...
Browse files Browse the repository at this point in the history
  • Loading branch information
lnrekerle committed Feb 14, 2024
1 parent 82712a2 commit 5077b51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/genophenocorr/data/_protein_test_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ def create_protein_test_data() -> Sequence[ProteinMetadata]:
ProteinFeature.create(feature_type=FeatureType.REGION, info=FeatureInfo('Disordered', Region(start=1988, end=2019))),
ProteinFeature.create(feature_type=FeatureType.REGION, info=FeatureInfo('Disordered', Region(start=2131, end=2406))),
ProteinFeature.create(feature_type=FeatureType.REGION, info=FeatureInfo('Important for protein degradation', Region(start=2369, end=2663)))))
prots.append(prot_test, prot_doc)
prots.append(prot_test)
prots.append(prot_doc)
return prots

0 comments on commit 5077b51

Please sign in to comment.