From 36f52a9930d8cb51a22b28bd691b72598e4bd4ff Mon Sep 17 00:00:00 2001 From: Max Brown Date: Tue, 28 Jun 2022 15:27:58 +0100 Subject: [PATCH] Update docs. --- docs/src/gfatk/gfa/gfa.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/gfatk/gfa/gfa.rs.html b/docs/src/gfatk/gfa/gfa.rs.html index ca46c81..7f367db 100644 --- a/docs/src/gfatk/gfa/gfa.rs.html +++ b/docs/src/gfatk/gfa/gfa.rs.html @@ -1445,7 +1445,7 @@ ); let overlap = *link_map.get(&cigar_match).context(format!( - "This link: {} - does not occur in the input GFA. Perhaps re-consider the input path?", + "\nError: This link: {} - does not occur in the input GFA. Perhaps re-consider the input path?", cigar_match ))?;