Skip to content

Commit

Permalink
Fix landscape generation based on sample_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Jul 29, 2024
1 parent 731556b commit 9454ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gene_splicer/landscapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def generate_proviral_landscape_csv_1_cont(blastn_reader: csv.DictReader,
ref_end = new_end
is_inverted = 'yes'

verdict = verdicts.get(sample_name)
verdict = verdicts.get(qseqid)
landscape_entry = {'ref_start': ref_start,
'ref_end': ref_end,
'samp_name': sample_name,
Expand Down

0 comments on commit 9454ade

Please sign in to comment.