Commit 55008ce4 authored by Chris Cheshire's avatar Chris Cheshire
Browse files

Sorted report columns

parent 638f86f6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -343,6 +343,9 @@ class Reports:
        self.load_data()
        self.annotate_data_table()

        # Sort tables
        self.data_table = self.data_table.sort_values('group')

        # Plot 1
        multi_plot, data1 = self.alignment_summary()
        plots["01_01_seq_depth"] = multi_plot[0]