Releases: qbic-pipelines/vcftomat
Releases · qbic-pipelines/vcftomat
1.1.0 - Newton Puccoon
Added
- #7 - samplenames to columns
- #8 - concat for sample, label pairs
Fixed
- #5 - filename collision
- #10 - prepare release 1.1.0
1.0.0 - Curie Purpureal
This is the initial release of a pipeline that can take (g)VCF files and converts them a table format useful for statistical analysis.
- Indexes (g.)vcf files (tabix)
- Converts g.vcf files to vcf with genotypegvcf (GATK)
- Merges all vcfs from the same sample with bcftools/merge (bcftools)
- Converts the (merged) vcfs to a matrix using a custom R script written by @ellisdoro (R)
- Collects all reports into a MultiQC report (MultiQC)