Skip to content

Commit

Permalink
Fixed #212 by removing consensus sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
douweschulte committed Jan 23, 2023
1 parent 4cdbf7a commit edd2ba0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion assets
Submodule assets updated 1 files
+9 −1 styles.css
1 change: 0 additions & 1 deletion stitch/Reporting/HTMLReport/Report.cs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ private HtmlBuilder CreateOverview() {
html.Open(HtmlTag.h3);
html.OpenAndClose(HtmlTag.a, "", CommonPieces.GetAsideLinkHtml(template.MetaData, AsideType.Template, AssetsFolderName));
html.Close(HtmlTag.h3);
html.OpenAndClose(HtmlTag.p, "class='aside-seq'", AminoAcid.ArrayToString(seq.SelectMany(i => i.Sequence)));
html.Open(HtmlTag.div, "class='doc-plot'");
html.Add(HTMLGraph.Bargraph(HTMLGraph.AnnotateDOCData(doc), new HtmlGenerator.HtmlBuilder("Depth of Coverage"), null, null, 10, template.ConsensusSequenceAnnotation()));
html.Close(HtmlTag.div);
Expand Down

0 comments on commit edd2ba0

Please sign in to comment.