Skip to content

Commit

Permalink
added TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Nov 17, 2016
1 parent 796c4c2 commit 95375f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion isovar/translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ def __init__(
untrimmed_variant_sequence,
reference_context,
variant_sequence_in_reading_frame):
# TODO: get rid of untrimmed_variant_sequence by making
# VariantSequenceInReadingFrame keep track of its inputs
self.amino_acids = amino_acids
self.variant_aa_interval_start = variant_aa_interval_start
self.variant_aa_interval_end = variant_aa_interval_end
Expand Down Expand Up @@ -168,7 +170,6 @@ def from_variant_sequence_and_reference_context(
mismatches between the RNA and reference transcript sequences exceeds
given threshold.
"""

variant_sequence_in_reading_frame = match_variant_sequence_to_reference_context(
variant_sequence,
reference_context,
Expand Down

0 comments on commit 95375f4

Please sign in to comment.