# HG changeset patch # User nml # Date 1566923604 14400 # Node ID 7d66bf69838222c05dd7c1d88092a07a7bfe989e "planemo upload for repository https://github.com/phac-nml/snvphyl-galaxy commit 90a172f1fc12b9c4d73f4c924a8c0c5a559589d0" diff -r 000000000000 -r 7d66bf698382 test-data/consolidate_vcf/v1.bcf.gz Binary file test-data/consolidate_vcf/v1.bcf.gz has changed diff -r 000000000000 -r 7d66bf698382 test-data/consolidate_vcf/v2.bcf.gz Binary file test-data/consolidate_vcf/v2.bcf.gz has changed diff -r 000000000000 -r 7d66bf698382 test-data/expected_fasta.fasta --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/expected_fasta.fasta Tue Aug 27 12:33:24 2019 -0400 @@ -0,0 +1,6 @@ +>ref +T +>v1 +A +>v2 +C diff -r 000000000000 -r 7d66bf698382 test-data/expected_phylip.phy --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/expected_phylip.phy Tue Aug 27 12:33:24 2019 -0400 @@ -0,0 +1,5 @@ + 3 1 + 'ref' T + 'v1' A + 'v2' C + diff -r 000000000000 -r 7d66bf698382 test-data/expected_positions.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/expected_positions.tsv Tue Aug 27 12:33:24 2019 -0400 @@ -0,0 +1,2 @@ +#Chromosome Position Status Reference v1 v2 +ref 2 valid T A C diff -r 000000000000 -r 7d66bf698382 test-data/expected_stats.csv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/expected_stats.csv Tue Aug 27 12:33:24 2019 -0400 @@ -0,0 +1,3 @@ +#Reference name Total length Total invalid and excluded positions Total valid and included positions Total valid and included positions in core genome Percentage of valid and included positions in core genome Percentage of all positions that are valid, included, and part of the core genome +ref 4 N/A 4 4 100.00 100.00 +all 4 N/A 4 4 100.00 100.00 diff -r 000000000000 -r 7d66bf698382 test-data/reference.fasta --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/reference.fasta Tue Aug 27 12:33:24 2019 -0400 @@ -0,0 +1,2 @@ +>ref +atgc diff -r 000000000000 -r 7d66bf698382 vcf2snvalignment.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vcf2snvalignment.xml Tue Aug 27 12:33:24 2019 -0400 @@ -0,0 +1,96 @@ + + create a snv alignment from multiple merged VCF files + + snvphyl-tools + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Produces an alignment of SNVs from the merged variant/non-variant calls produced from the "consolidate_vcfs" tool. + + + + + +