Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lincoln-harris authored Aug 26, 2020
1 parent 5e83fa5 commit dbae4da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cerebra/protein_variant_predictor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from collections import defaultdict, namedtuple
from itertools import tee
import re

from Bio import Alphabet
from Bio.Seq import Seq # need to clean this up
Expand Down Expand Up @@ -165,7 +164,7 @@ def predict_for_vcf_record(self, vcf_record):

ref = vcf_record.REF
for alt in vcf_record.ALT:

# Create a GenomePosition representing the range affected by the
# ALT sequence.
affected_pos = record_pos.shifted_by(
Expand Down

0 comments on commit dbae4da

Please sign in to comment.