Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CITATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<!-- TODO https://github.com/FelixKrueger/TrimGalore/issues/25 -->
<!-- https://zenodo.org/records/7598955 -->

- [NuMetRRBS](https://github.com/nugentechnologies/NuMetRRBS)

> <https://github.com/nugentechnologies/NuMetRRBS>

- [Bismark](https://doi.org/10.1093/bioinformatics/btr167)

> Felix Krueger, Simon R. Andrews, Bismark: a flexible aligner and methylation caller for Bisulfite-Seq applications, Bioinformatics, Volume 27, Issue 11, 1 June 2011, Pages 1571–1572, doi: [10.1093/bioinformatics/btr167](https://doi.org/10.1093/bioinformatics/btr167)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Choose between workflows by using `--aligner bismark` (default, uses bowtie2 for
| Merge re-sequenced FastQ files | cat | cat |
| Raw data QC | FastQC | FastQC |
| Adapter sequence trimming | Trim Galore! | Trim Galore! |
| Diversity sequence trimming | NuMetRRBS | NuMetRRBS |
| Align Reads | Bismark | bwa-meth |
| Deduplicate Alignments | Bismark | Picard MarkDuplicates |
| Extract methylation calls | Bismark | MethylDackel |
Expand Down Expand Up @@ -95,6 +96,7 @@ These scripts were originally written for use at the [National Genomics Infrastr
- Rickard Hammarén ([@Hammarn](https://github.com/Hammarn/))
- Alexander Peltzer ([@apeltzer](https://github.com/apeltzer/))
- Patrick Hüther ([@phue](https://github.com/phue/))
- James Ashmore ([@jma1991](https://github.com/jma1991/))

## Contributions and Support

Expand Down
Loading