fastq_align_dedup_bwameth
Performs alignment of BS-Seq reads using bwameth or parabricks/fq2bammeth, sort and deduplicate
Description
Performs alignment of BS-Seq reads using bwameth or parabricks/fq2bammeth, sort and deduplicate
Input
List of input FastQ files of size 1 and 2 for single-end and paired-end data,
respectively.
Structure: [ val(meta), [ path(reads) ] ]
*.{fastq,fastq.gz}
Output
File containing samtools flagstat output
Structure: [ val(meta), path(flagstat) ]
*.flagstat
File containing samtools stats output
Structure: [ val(meta), path(stats) ]
*.{stats}
bedGraph file, containing per-base methylation metrics
Structure: [ val(meta), path(bedgraph) ]
*.bedGraph
methylKit file, containing per-base methylation metrics
Structure: [ val(meta), path(methylKit) ]
*.methylKit
Text file containing methylation bias
Structure: [ val(meta), path(mbias) ]
*.{txt}
Duplicate metrics file generated by picard
Structure: [ val(meta), path(metrics) ]
*.{metrics.txt}
Channel containing MultiQC report aggregating results across samples.
Structure: [ val(meta), path(multiqc_report.html) ]
*.html