Skip to content

Commit

Permalink
Merge pull request #11 from nf-core/dev
Browse files Browse the repository at this point in the history
Syncing
  • Loading branch information
jfy133 authored Nov 8, 2019
2 parents 27eca27 + 1ba81a8 commit e9c64e1
Show file tree
Hide file tree
Showing 7 changed files with 494 additions and 3 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* [#212](https://github.com/nf-core/eager/issues/212) - Added ability to use only mergedreads downstream from Adapterremoval
* [#265](https://github.com/nf-core/eager/issues/265) - Adjusted full markdown linting in Travis CI
* [#247](https://github.com/nf-core/eager/issues/247) - Added nuclear contamination with angsd
* Fancy new logo from [ZandraFagernas](https://github.com/ZandraFagernas)

### `Fixed`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ![nf-core/eager](docs/images/eager_logo.png)
# ![nf-core/eager](docs/images/nf-core_eager_logo.png)

**A fully reproducible ancient and modern DNA pipeline in Nextflow and with cloud support.**.

Expand Down
204 changes: 204 additions & 0 deletions docs/images/eager_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/nf-core_eager_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
283 changes: 283 additions & 0 deletions docs/images/nf-core_eager_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 e9c64e1

Please sign in to comment.