changeset 20:4fe8c35cd176 draft

Uploaded
author greg
date Thu, 30 Mar 2023 20:41:18 +0000
parents c509e6819795
children 667b253329c6
files pima_report.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pima_report.py	Thu Mar 30 20:35:32 2023 +0000
+++ b/pima_report.py	Thu Mar 30 20:41:18 2023 +0000
@@ -528,9 +528,9 @@
             for circos_file in self.circos_files:
                 contig = os.path.basename(circos_file)
                 contig_title = 'Alignment to %s' % contig
-                self.doc.new_line('Blue indicates aligned sequences (to the reference) and yellow indicates missing sequences')
                 self.doc.new_line()
                 self.doc.new_header(level=3, title=contig_title)
+                self.doc.new_line('Blue indicates aligned sequences (to the reference) and yellow indicates missing sequences')
                 self.doc.new_line(self.doc.new_inline_image(text='contig_title', path=os.path.abspath(circos_file)))
                 self.doc.new_line('<div style="page-break-after: always;"></div>')
                 self.doc.new_line()