GenomicMedLab / cool-seq-tool

https://coolseqtool.readthedocs.io
MIT License
4 stars 0 forks source link

fix: scope of resp if breakpoint does not occur on an exon #274

Closed jarbesfeld closed 8 months ago

jarbesfeld commented 8 months ago

closes #273

jarbesfeld commented 8 months ago

@korikuzma Currently we do not report whether or not change occurs on an exon, but I think it would be useful to add. Would this be an additional parameter we add to the GenomicDataResponse schema (https://github.com/GenomicMedLab/cool-seq-tool/blob/main/src/cool_seq_tool/schemas.py#L164)?

korikuzma commented 8 months ago

@jarbesfeld yes. This can be done in a separate issue.