Mercurial > repos > greg > pima_report
changeset 17:b4ed9f55de13 draft
Uploaded
| author | greg | 
|---|---|
| date | Fri, 17 Mar 2023 19:50:39 +0000 | 
| parents | 2a70e8048a30 | 
| children | e948214a9e3c | 
| files | pima_report.py | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/pima_report.py Fri Mar 17 19:40:48 2023 +0000 +++ b/pima_report.py Fri Mar 17 19:50:39 2023 +0000 @@ -328,7 +328,7 @@ "ONT bases", '{:s}'.format(self.ont_bases), "Illumina FASTQ", - self.wordwrap_markdown(self.ont_fastq_file), + "N/A", "Assembly", self.wordwrap_markdown(self.assembly_name), "Reference",
