# HG changeset patch # User iuc # Date 1571873414 14400 # Node ID a87ae767b01d834e7d34c415d90dd14d964a379d # Parent f867422772d603b7f88b29d045cf5fcfdc3133c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 3c56c04b42c70a072429e4534a136dc28c98b642" diff -r f867422772d6 -r a87ae767b01d bcftools_consensus.xml --- a/bcftools_consensus.xml Thu Oct 17 02:49:33 2019 -0400 +++ b/bcftools_consensus.xml Wed Oct 23 19:30: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 @@ + + + + + + + + + + + + + + +