Previous changeset 11:7f19559b8b55 (2024-04-24) Next changeset 13:456d8ebb6a28 (2024-08-27) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bbtools commit e6a741fc2fe38e91a310e9c29467c814a2d34cac |
modified:
bbmap.xml macros.xml |
b |
diff -r 7f19559b8b55 -r 3f94a2e3d513 bbmap.xml --- a/bbmap.xml Wed Apr 24 20:25:42 2024 +0000 +++ b/bbmap.xml Sat May 18 19:14:17 2024 +0000 |
[ |
@@ -4,6 +4,9 @@ <import>macros.xml</import> </macros> <expand macro="edam_ontology"/> + <xrefs> + <xref type="bio.tools">bbmap</xref> + </xrefs> <expand macro="requirements"/> <command detect_errors="exit_code"><![CDATA[ #if str($ref_source_cond.ref_source) == 'cached' |
b |
diff -r 7f19559b8b55 -r 3f94a2e3d513 macros.xml --- a/macros.xml Wed Apr 24 20:25:42 2024 +0000 +++ b/macros.xml Sat May 18 19:14:17 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> |