The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Update template to nf-core/tools
1.12.1
- reads the
--input
parameters correclty - cleaned up multiqc config
- Update template to nf-core/tools
1.12
- clusters on the negative strand were not included in the final output file
- bigwig export needs sorted input
Initial release of nf-core/cageseq, created with the nf-core template.
- Input read QC (
FastQC
) - Adapter + EcoP15 + 5'G trimming (
cutadapt
) - (optional) rRNA filtering (
SortMeRNA
), - Trimmed and filtered read QC (
FastQC
) - Read alignment to a reference genome (
STAR
orbowtie1
) - CAGE tag counting and clustering (
paraclu
) - CAGE tag clustering QC (
RSeQC
) - Present QC and visualisation for raw read, alignment and clustering results (
MultiQC
)