# HG changeset patch # User iuc # Date 1571872154 14400 # Node ID 91c3ed51093d0fbc6d888aca3a2f15d219be546a # Parent c4ed8e4032d5c7ae9b16fa8112b25f8b9ec6d7e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 3c56c04b42c70a072429e4534a136dc28c98b642" diff -r c4ed8e4032d5 -r 91c3ed51093d bcftools_consensus.xml --- a/bcftools_consensus.xml Thu Oct 10 03:46:16 2019 -0400 +++ b/bcftools_consensus.xml Wed Oct 23 19:09:14 2019 -0400 @@ -1,5 +1,5 @@ - + Create consensus sequence by applying VCF variants to a reference fasta file consensus @@ -7,6 +7,7 @@ + gawk /)) {if (i==1) {name="${basename}"} else {name=sprintf("%s-%d","${basename}",i);} print(gensub(/>[^ ]+( ?.*)/, ">" name "\\1", 1)); i=i+1;} else {print}}' > '$output_file' +#end if ]]> @@ -56,6 +63,7 @@ + @@ -96,6 +104,21 @@ + + + + + + + + + + + + + + +