arkal / Transgene

This is a repository to host the transgene tool. Transgene takes a snpeffed vcf and a peptide fasta , and returns 3 peptide fastas containing 9-, 10- and 15-mers harboring the called mutations
Apache License 2.0
1 stars 1 forks source link

Fix bugs introduced by indel support (resolves #41, resolves #42) #43

Closed arkal closed 6 years ago

arkal commented 6 years ago

resolves #41 resolves #42

get_exon_start_pos now properly handles transcripts where the start codon is not in the first exon mutations are now deepcopied into a new dict and correct_for_same_codon adds a new entry to this dict in the case of multiple SNVs getting merged into one (pseudo-MNPs).