Skip to content

Commit

Permalink
Merge pull request #278 from jfy133/logo
Browse files Browse the repository at this point in the history
Tweaking markdown linting to allow doc image justification
  • Loading branch information
apeltzer authored Nov 8, 2019
2 parents d2a6c20 + 56c58d4 commit 1ba81a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ default: true,
line-length: false
no-duplicate-header:
siblings_only: true
no-inline-html:
allowed_elements:
- img
- p
3 changes: 1 addition & 2 deletions docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ This shows a barplot with the overall number of sequences (x axis) in your raw l
A section of the bar will also show an approximate estimation of the fraction of the total number of reads that are duplicates of another. This can derive from over-amplifcation of the library, or lots of single adapters. This can be later checked with the Deduplication check. A good library and sequencing run should have very low amounts of duplicates reads.

<p align="center">
<img src="images/output/fastqc/sequence_counts.png" width="75%" height = "75%">
<img src="images/output/fastqc/sequence_counts.png" width="75%" height = "75%">
</p>

#### Sequence Quality Histograms
Expand All @@ -122,7 +122,6 @@ You will often see that the first 5 or so bases have slightly lower quality than
<img src="images/output/fastqc/sequencing_quality_histogram.png" width="75%" height = "75%">
</p>


Things to watch out for:

* all positions having Phred scores less than 27
Expand Down

0 comments on commit 1ba81a8

Please sign in to comment.