Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksahlin committed Apr 21, 2021
1 parent 5156088 commit 7448fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation/plot_correctness_per_exon_size.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def correctness_per_exon_size_binned(input_csv, outfolder):
# full_supp = pd.DataFrame(full_supp_data)

g = sns.barplot(x="exon_bins", y="fraction_correct", hue = 'alignment_algorithm',
hue_order= ["uLTRA", "minimap2", "minimap2_GTF", "deSALT", "deSALT_GTF", "Graphmap2", "Graphmap2_GTF"], data=data_grouped)
hue_order= ["uLTRA", "uLTRA_mm2", "minimap2", "minimap2_GTF", "deSALT", "deSALT_GTF"], data=data_grouped)

plt.xlabel('exon_size', fontsize=14)
plt.ylabel('Fraction correct',fontsize=16)
Expand Down

0 comments on commit 7448fac

Please sign in to comment.