We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa7418d + 9838190 commit 00cbb72Copy full SHA for 00cbb72
app/controllers/alternativeSplicing.py
@@ -27,7 +27,7 @@ def get_transcript_events(enst_number):
27
28
if len(interaction_result) > 0:
29
# Serialize the data for the response depending on parameter all
30
- return models.AlternativeSplicingEventTranscripts(many=True).dump(interaction_result)
+ return models.AlternativeSplicingEventsTranscriptsSchema(many=True).dump(interaction_result)
31
else:
32
return Response("{"
33
"\"detail\": \"No event types with given parameters found!\","
0 commit comments