Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

41 lines (26 loc) · 1.48 KB

nf-core/cageseq: Changelog

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.0.2 - [2021-01-13]

Added

  • Update template to nf-core/tools 1.12.1

Fixed

  • reads the --input parameters correclty
  • cleaned up multiqc config

v1.0.1 - [2020-11-23]

Added

  • Update template to nf-core/tools 1.12

Fixed

  • clusters on the negative strand were not included in the final output file
  • bigwig export needs sorted input

v1.0.0 (Gold Lion) - [2020-10-16]

Initial release of nf-core/cageseq, created with the nf-core template.

Pipeline summary

  1. Input read QC (FastQC)
  2. Adapter + EcoP15 + 5'G trimming (cutadapt)
  3. (optional) rRNA filtering (SortMeRNA),
  4. Trimmed and filtered read QC (FastQC)
  5. Read alignment to a reference genome (STAR or bowtie1)
  6. CAGE tag counting and clustering (paraclu)
  7. CAGE tag clustering QC (RSeQC)
  8. Present QC and visualisation for raw read, alignment and clustering results (MultiQC)