fastq_align_star
Align reads to a reference genome using STAR then sort with samtools
alignfastagenomereference
Input
name
description
pattern
List of input FastQ files of size 1 and 2 for single-end and paired-end data,
respectively.
Structure: [ val(meta), [ path(reads) ] ]
Output
name
description
pattern
Output BAM file of transcriptome alignment (optional)
Structure: [ val(meta), path(bam) ]
Transcriptome-level BAM file ordered by samtools (optional)
Structure: [ val(meta), path(bam) ]
Transcriptome-level index of the ordered BAM file (optional)
Structure: [ val(meta), path(index) ]
Transcriptome-level file containing samtools stats output (optional)
Structure: [ val(meta), path(stats) ]
Transcriptome-level file containing samtools flagstat output (optional)
Structure: [ val(meta), path(flagstat) ]
