Repository 'allele_counts'
hg clone https://toolshed.g2.bx.psu.edu/repos/nick/allele_counts

Changeset 11:cf2af5c3118c (2020-04-03)
Previous changeset 10:7f19e8c03358 (2020-03-31)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/dunovo commit ac9577f0047ad984b307fe2c4b40e2eb45a0e6e2"
modified:
allele-counts.xml
b
diff -r 7f19e8c03358 -r cf2af5c3118c allele-counts.xml
--- a/allele-counts.xml Tue Mar 31 20:24:27 2020 -0400
+++ b/allele-counts.xml Fri Apr 03 16:05:04 2020 -0400
b
@@ -1,10 +1,10 @@
-<tool id="allele_counts_1" version="1.3" name="Variant Annotator">
+<tool id="allele_counts_1" version="1.3.2" name="Variant Annotator">
   <description> process variant counts</description>
   <stdio>
     <exit_code range="1:" level="fatal" />
     <exit_code range=":-1" level="fatal" />
   </stdio>
-  <command>allele-counts.py -i '$input' -o '$output' -f $freq -c $covg $header $stranded $nofilt
+  <command>python3 '$__tool_directory__/allele-counts.py' -i '$input' -o '$output' -f $freq -c $covg $header $stranded $nofilt
   #if $seed:
     -r '$seed'
   #end if