Previous changeset 7:bf0cb5dd02f2 (2024-04-24) Next changeset 9:7beb76ffbc0f (2024-08-27) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bbtools commit e6a741fc2fe38e91a310e9c29467c814a2d34cac |
modified:
bbduk.xml macros.xml |
b |
diff -r bf0cb5dd02f2 -r d1f62024a08b bbduk.xml --- a/bbduk.xml Wed Apr 24 20:24:48 2024 +0000 +++ b/bbduk.xml Sat May 18 19:13:38 2024 +0000 |
[ |
@@ -4,6 +4,7 @@ <import>macros.xml</import> </macros> <expand macro="edam_ontology"/> + <expand macro="bio.tools"/> <expand macro="requirements"/> <command detect_errors="exit_code"><![CDATA[ #import os |
b |
diff -r bf0cb5dd02f2 -r d1f62024a08b macros.xml --- a/macros.xml Wed Apr 24 20:24:48 2024 +0000 +++ b/macros.xml Sat May 18 19:13:38 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> |