fastq_create_umi_consensus_fgbio
This workflow uses the suite FGBIO to identify and remove UMI tags from FASTQ reads convert them to unmapped BAM file, map them to the reference genome, and finally use the mapped information to group UMIs and generate consensus reads in each group
Description
This workflow uses the suite FGBIO to identify and remove UMI tags from FASTQ reads convert them to unmapped BAM file, map them to the reference genome, and finally use the mapped information to group UMIs and generate consensus reads in each group
Input
The reference fasta file, index and dictionary.
Structure: [ val(meta), path(fasta), path(fai), path(dict) ]
*.{fa,fasta,fna,fai,dict}The reference genome bwa index files.
Structure: [ val(meta), path(index) ]
*.{amb,ann,bwt,pac,sa}The aligner to use for mapping the reads to the reference genome. Options are bwa-mem and bwamem2.
One integer (for non-duplex) or a string of up-to three space-separated numbers for duplex sequencing
