Previous changeset 8:df9743790176 (2024-04-24) Next changeset 10:7e041c120b96 (2024-08-27) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bbtools commit e6a741fc2fe38e91a310e9c29467c814a2d34cac |
modified:
callvariants.xml macros.xml |
b |
diff -r df9743790176 -r 66b138a2e74c callvariants.xml --- a/callvariants.xml Wed Apr 24 20:26:02 2024 +0000 +++ b/callvariants.xml Sat May 18 19:13:20 2024 +0000 |
[ |
@@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="bio.tools"/> <expand macro="requirements"/> <command detect_errors="exit_code"><![CDATA[ #import os |
b |
diff -r df9743790176 -r 66b138a2e74c macros.xml --- a/macros.xml Wed Apr 24 20:26:02 2024 +0000 +++ b/macros.xml Sat May 18 19:13:20 2024 +0000 |
b |
@@ -12,6 +12,11 @@ <edam_operation>operation_0491</edam_operation> <!-- Pairwise sequence alignment --> </edam_operations> </xml> + <xml name="bio.tools"> + <xrefs> + <xref type="bio.tools">bbtools</xref> + </xrefs> + </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">bbmap</requirement> |