| Previous changeset 1:2485637fe656 (2018-10-17) Next changeset 3:a03dead1bede (2020-03-01) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/exonerate commit ce91cc3863ddfb33fd8415b3239c6b3284ed591f |
|
modified:
exonerate.xml |
| b |
| diff -r 2485637fe656 -r b03ae2ba8688 exonerate.xml --- a/exonerate.xml Wed Oct 17 09:49:43 2018 -0400 +++ b/exonerate.xml Fri Jun 28 11:21:08 2019 -0400 |
| b |
| @@ -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> |