From 5be360bd7606fbc85b5ec6a0f56f596055e71fd1 Mon Sep 17 00:00:00 2001 From: veghp Date: Thu, 18 Apr 2024 18:06:44 +0100 Subject: [PATCH] Add tickboxes --- seqreport/report_assets/seq_report.pug | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/seqreport/report_assets/seq_report.pug b/seqreport/report_assets/seq_report.pug index b0302c6..493136d 100644 --- a/seqreport/report_assets/seq_report.pug +++ b/seqreport/report_assets/seq_report.pug @@ -23,24 +23,24 @@ p. if seqcollection.too_short p. - Sequences shorter than {{ seqcollection.min_length }} bp: {{ seqcollection.too_short }} + #[span.red ☒] Sequences shorter than {{ seqcollection.min_length }} bp: {{ seqcollection.too_short }} else p. - None of the sequences are shorter than {{ seqcollection.min_length }} bp. + #[span.green ☑] None of the sequences are shorter than {{ seqcollection.min_length }} bp. if seqcollection.too_long p. - Sequences longer than {{ seqcollection.max_length }} bp: {{ seqcollection.too_long }} + #[span.red ☒] Sequences longer than {{ seqcollection.max_length }} bp: {{ seqcollection.too_long }} else p. - None of the sequences are longer than {{ seqcollection.max_length }} bp. + #[span.green ☑] None of the sequences are longer than {{ seqcollection.max_length }} bp. if seqcollection.long_names p. - Sequence IDs longer than {{ seqcollection.name_length }} characters: {{ seqcollection.long_names }} + #[span.red ☒] Sequence IDs longer than {{ seqcollection.name_length }} characters: {{ seqcollection.long_names }} else p. - None of the IDs are longer than {{ seqcollection.name_length }} characters. + #[span.green ☑] None of the IDs are longer than {{ seqcollection.name_length }} characters. if seqcollection.comments p.