bam_ngscheckmate
Take a set of bam files and run NGSCheckMate to determine whether samples match with each other, using a set of SNPs.
ngscheckmateqcbamsnp
Description
Take a set of bam files and run NGSCheckMate to determine whether samples match with each other, using a set of SNPs.
Input
name
description
pattern
BED file containing the SNPs to analyse. NGSCheckMate provides some default ones for hg19/hg38.
Structure: [ val(meta2), path(snp_bed) ]
*.bedOutput
name
description
pattern
A text file containing the correlation matrix between each sample.
Structure: [ val(meta), path(corr_matrix) ]
*corr_matrix.txtA txt file containing only the samples that match with each other.
Structure: [ val(meta), path(matched) ]
*matched.txtA txt file containing all the sample comparisons, whether they match or not.
Structure: [ val(meta), path(all) ]
*all.txt