Basic nf-core run examples
STEPs in RNAseq workflow
FastQC
UMI-tools extract
TrimGalore
fastp
BBSplit
SortMeRNA
STAR or Salmon
RSEM
HISAT2
STEPs in Bismark workflow
Merge re-sequenced FastQ files : cat
Raw data QC : FastQC
Adapter sequence trimming : Trim Galore!
Align Reads : Bismark
Deduplicate Alignments : Bismark
Extract methylation calls :
Bismark
Sample report : Bismark
Summary Report : Bismark
Alignment QC : Qualimap
Sample complexity : Preseq
Project
Report : MultiQC
Input File samplesheet.csv :
sample,fastq_1,fastq_2
samplename, fastq1, fastq2
nextflow run nf-core/methylseq --input samplesheet.csv
--outdir results
--genome GRCh37
-profile docker
-c my_custom_config.nf
-profile run environment
-c additional parameters
-profile options
docker
conda
To detect SNP, Indel, SV, CNV.
Alternative to nf-core/exoseq (no longer maintained)
Additional reading : snakemake-exome
link