changeset 2:b03ae2ba8688 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/exonerate commit ce91cc3863ddfb33fd8415b3239c6b3284ed591f
author iuc
date Fri, 28 Jun 2019 11:21:08 -0400
parents 2485637fe656
children a03dead1bede
files exonerate.xml
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/exonerate.xml	Wed Oct 17 09:49:43 2018 -0400
+++ b/exonerate.xml	Fri Jun 28 11:21:08 2019 -0400
@@ -1,4 +1,4 @@
-<tool id="exonerate" name="Exonerate" profile="16.04" version="@VERSION@">
+<tool id="exonerate" name="Exonerate" profile="16.04" version="@VERSION@+galaxy1">
     <description>pairwise sequence comparison</description>
     <macros>
 	<import>macros.xml</import>
@@ -39,6 +39,8 @@
         #elif str($outformat) == "querygff"
             --showalignment no --showvulgar no --showtargetgff no --showquerygff yes > '${output_gff}'
         #end if
+
+        --cores \${GALAXY_SLOTS:-1}
     ]]></command>
 
     <inputs>