# HG changeset patch # User nml # Date 1566923425 14400 # Node ID b42c82186e858ce54d1df24df6c3763eda6f8d24 "planemo upload for repository https://github.com/phac-nml/snvphyl-galaxy commit 90a172f1fc12b9c4d73f4c924a8c0c5a559589d0" diff -r 000000000000 -r b42c82186e85 consolidate_vcfs.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/consolidate_vcfs.xml Tue Aug 27 12:30:25 2019 -0400 @@ -0,0 +1,115 @@ + + combine freebayes and mpileup files for use by vcf2snvalignment + + snvphyl-tools + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Merges variant and non-variant calls (in VCF format) produced from two independent base callers, FreeBayes, and SAMtools/BCFtools. Produces a merged set of high-quality variant and non-variant calls (in BCF format). Optionally, produces a list of SNV-dense regions above the passed thresholds. + + + + + + diff -r 000000000000 -r b42c82186e85 test-data/expected_regions.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/expected_regions.txt Tue Aug 27 12:30:25 2019 -0400 @@ -0,0 +1,1 @@ +#Calculation and writing of high density regions has completed. diff -r 000000000000 -r b42c82186e85 test-data/freebayes/v1.bcf Binary file test-data/freebayes/v1.bcf has changed diff -r 000000000000 -r b42c82186e85 test-data/freebayes/v2.bcf Binary file test-data/freebayes/v2.bcf has changed diff -r 000000000000 -r b42c82186e85 test-data/mpileup/v1.bcf Binary file test-data/mpileup/v1.bcf has changed diff -r 000000000000 -r b42c82186e85 test-data/mpileup/v2.bcf Binary file test-data/mpileup/v2.bcf has changed diff -r 000000000000 -r b42c82186e85 test-data/v1.bcf.gz Binary file test-data/v1.bcf.gz has changed diff -r 000000000000 -r b42c82186e85 test-data/v2.bcf.gz Binary file test-data/v2.bcf.gz has changed