nf-core/cageseq
CAGE-sequencing analysis pipeline with trimming, alignment and counting of CAGE tags.
cagecage-seqcageseq-datagene-expressionrna
This pipeline uses DSL1. It will not work with Nextflow versions after
Launch version 1.0.2 https://github.com/nf-core/cageseq 22.10.6
.
Learn more.
Version history
Fixed
- reads the —input parameters correclty
- cleaned up multiqc config
Added
- Update template to nf-core/tools 1.12.1
Fixed
- clusters on the negative strand were not included in the final output file
- bigwig export needs sorted input
Added
- Update template to nf-core/tools
1.12
v1.0.0 (Gold Lion) - [2020-10-16]
Initial release of nf-core/cageseq, created with the nf-core template.
Pipeline summary
- 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
)