fastq_ngscheckmate
Take a set of fastq files and run NGSCheckMate to determine whether samples match with each other, using a set of SNPs.
Description
Take a set of fastq files and run NGSCheckMate to determine whether samples match with each other, using a set of SNPs.
Input
Channel containing single or paired fastq files.
Structure: [ val(meta), [ path(fastq) ] ]
*.fastq.gzOutput
A text file containing the correlation matrix between each sample.
Structure: [ val(meta2), path(corr_matrix) ]
*corr_matrix.txtA txt file containing only the samples that match with each other.
Structure: [ val(meta2), path(matched) ]
*matched.txtA txt file containing all the sample comparisons, whether they match or not.
Structure: [ val(meta2), path(all) ]
*all.txtPer-sample text file containing the reference/alt allele depth for each SNP.
Structure: [ val(meta), path(vaf) ]
*.vaf