# HG changeset patch # User jjohnson # Date 1466969514 14400 # Node ID 6c6a06ac35c1610f2c7006b4c902f98106d9ab3a # Parent a3080401053107245a6986360e992c552efee3d6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty diff -r a30804010531 -r 6c6a06ac35c1 bcftools_annotate.xml --- a/bcftools_annotate.xml Sat Jun 25 20:46:09 2016 -0400 +++ b/bcftools_annotate.xml Sun Jun 26 15:31:54 2016 -0400 @@ -135,7 +135,7 @@ To remove all INFO tags except "FOO" and "BAR", use "^INFO/FOO,INFO/BAR" (and similarly for FORMAT and FILTER). "INFO" can be abbreviated to "INF" and "FORMAT" to "FMT". ]]> - ^([+]?(%[A-Z]+)(\_%[A-Z]+)*)?$ + ^(\^?[A-Z]+(/\w+)?(,\^?[A-Z]+(/\w+)?)*)?$ @@ -225,7 +225,7 @@ - + @@ -236,7 +236,7 @@ - + diff -r a30804010531 -r 6c6a06ac35c1 bcftools_consensus.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bcftools_consensus.xml Sun Jun 26 15:31:54 2016 -0400 @@ -0,0 +1,96 @@ + + + Create consensus sequence by applying VCF variants to a reference fasta file + + consensus + macros.xml + + + + + + + +
+ + + + + + + + + +
+ +
+ + + + chain + + + + + + + + + + + + + + + + + + + + + + + +
diff -r a30804010531 -r 6c6a06ac35c1 test-data/fixploidy.ploidy --- a/test-data/fixploidy.ploidy Sat Jun 25 20:46:09 2016 -0400 +++ b/test-data/fixploidy.ploidy Sun Jun 26 15:31:54 2016 -0400 @@ -1,9 +1,9 @@ -1 3000001 3000001 X 0 -1 3000001 3000001 Y 1 -1 3000001 3000001 Z 2 -1 3000002 3000002 X 3 -1 3000002 3000002 Y 4 -1 3000002 3000002 Z 5 -1 3000004 3000004 X 6 -1 3000004 3000004 Y 7 -1 3000004 3000004 Z 8 +1 3000001 3000001 X 0 +1 3000001 3000001 Y 1 +1 3000001 3000001 Z 2 +1 3000002 3000002 X 3 +1 3000002 3000002 Y 4 +1 3000002 3000002 Z 5 +1 3000004 3000004 X 6 +1 3000004 3000004 Y 7 +1 3000004 3000004 Z 8 diff -r a30804010531 -r 6c6a06ac35c1 test-data/fixploidy.samples --- a/test-data/fixploidy.samples Sat Jun 25 20:46:09 2016 -0400 +++ b/test-data/fixploidy.samples Sun Jun 26 15:31:54 2016 -0400 @@ -1,3 +1,3 @@ -A X -B Y -C Z +A X +B Y +C Z