Skip to content

Commit

Permalink
Update variant_remapping_tools/reads_to_remapped_variants.py
Browse files Browse the repository at this point in the history
Co-authored-by: April Shen <april.tuesday@gmail.com>
  • Loading branch information
tcezard and apriltuesday authored Aug 23, 2021
1 parent 82359ae commit bc3661f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variant_remapping_tools/reads_to_remapped_variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def calculate_new_variant_definition(left_read, right_read, ref_fasta, original_
right_read.reference_start - left_read.reference_end).upper()

if len(set(new_ref).difference(nucleotide_alphabet)) != 0 :
failure_reason = 'Reference Allele not in non ACGT'
failure_reason = 'Reference Allele not in ACGT'

new_pos = left_read.reference_end + 1

Expand Down

0 comments on commit bc3661f

Please sign in to comment.