Skip to content

Commit

Permalink
Improve messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed Nov 21, 2024
1 parent 0e76bef commit f677258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ediacara/report_assets/sequencing_report.pug
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ each comparatorgroup in sequencinggroup.comparatorgroups
{{ comparatorgroup.aln_table }}

if comparatorgroup.wrong_length
p #[span.red] Assembly has wrong length: {{ comparatorgroup.len_asm }} - {{ comparatorgroup.len_ref }} = #[span.red {{comparatorgroup.asm_ref_len_diff }}]
p #[span.red] Incorrect assembly length: {{ comparatorgroup.len_asm }} - {{ comparatorgroup.len_ref }} = #[span.red {{comparatorgroup.asm_ref_len_diff }}]
else
p #[span.green] Assembly length is within tolerance: {{ comparatorgroup.len_asm }} - {{ comparatorgroup.len_ref }} = #[span.green {{ comparatorgroup.asm_ref_len_diff }}]

Expand Down

0 comments on commit f677258

Please sign in to comment.