Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/dcd_mapping/transcripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ async def select_transcripts(
target_gene
].target_accession_id
# TODO create full list of possible protein accession prefixes
if accession_id.startswith(("NP_", "ENSP_")):
if accession_id.startswith(("NP_", "ENSP")):
# TODO make sequence field optional instead of leaving blank here?
selected_transcripts[target_gene] = TxSelectResult(
np=accession_id,
Expand Down
Loading