# HG changeset patch # User jjohnson # Date 1466969948 14400 # Node ID e109bcf84b3076e1d6a94367962f17bcc7a96854 # Parent f0520447da4d8ef0569b69c0e69fb23942fc94e5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 21c66fb27c7e2fd21c7f7607b3b29e77e64fb86d-dirty diff -r f0520447da4d -r e109bcf84b30 bcftools_consensus.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bcftools_consensus.xml Sun Jun 26 15:39:08 2016 -0400 @@ -0,0 +1,95 @@ + + + Create consensus sequence by applying VCF variants to a reference fasta file + + consensus + macros.xml + + + + + + + +
+ + + + + + + + + +
+ +
+ + + + chain + + + + + + + + + + + + + + + + + + + + + + +
diff -r f0520447da4d -r e109bcf84b30 bcftools_plugin_fixploidy.xml --- a/bcftools_plugin_fixploidy.xml Sat Jun 25 20:50:10 2016 -0400 +++ b/bcftools_plugin_fixploidy.xml Sun Jun 26 15:39:08 2016 -0400 @@ -27,7 +27,7 @@ @THREADS@ ## Primary Input/Outputs -@INPUT_FILES@ +@INPUT_FILE@ ## Plugin section #set $section = $sec_plugin @@ -37,7 +37,7 @@ --sex "${section.sex}" #end if ## Only default tag GT is currently accepted ---tags = "$section.tags" +--tags "$section.tags" > "$output_file" ]]> diff -r f0520447da4d -r e109bcf84b30 test-data/fixploidy.ploidy --- a/test-data/fixploidy.ploidy Sat Jun 25 20:50:10 2016 -0400 +++ b/test-data/fixploidy.ploidy Sun Jun 26 15:39:08 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 f0520447da4d -r e109bcf84b30 test-data/fixploidy.samples --- a/test-data/fixploidy.samples Sat Jun 25 20:50:10 2016 -0400 +++ b/test-data/fixploidy.samples Sun Jun 26 15:39:08 2016 -0400 @@ -1,3 +1,3 @@ -A X -B Y -C Z +A X +B Y +C Z