griffithlab / pVACtools

http://www.pvactools.org
BSD 3-Clause Clear License
137 stars 59 forks source link

Fix issue with how AGFusion fusion positions are determined #1042

Closed susannasiebert closed 8 months ago

susannasiebert commented 8 months ago

When running AGFusion with the --noncanonical flag, the exons.csv file will contain exon postions for all possible transcript combinations. The transcripts weren't being taken into account when parsing this file to determine the fusion positions. This commit fixes this issue by looking up the positions for the specific transcripts of the record currently being parsed.