Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fdekievit committed Aug 16, 2024
1 parent 5dee544 commit 963ff8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExonCov/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ def sample_set_gene(sample_set_id, gene_id):
return render_template(
'sample_set_gene.html',
form=measurement_type_form,
ene=gene,
gene=gene,
sample_set=sample_set,
measurement_type=measurement_type,
transcript_measurements=transcript_measurements
Expand Down

0 comments on commit 963ff8d

Please sign in to comment.