| Previous changeset 3:057c13b2dc42 (2024-04-24) Next changeset 5:770bceda7785 (2024-08-27) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bbtools commit e6a741fc2fe38e91a310e9c29467c814a2d34cac |
|
modified:
bbnorm.xml macros.xml |
| b |
| diff -r 057c13b2dc42 -r 1baa4ad1ac2f bbnorm.xml --- a/bbnorm.xml Wed Apr 24 20:26:23 2024 +0000 +++ b/bbnorm.xml Sat May 18 19:13:59 2024 +0000 |
| b |
| @@ -4,6 +4,7 @@ <import>macros.xml</import> </macros> <expand macro="edam_ontology"/> + <expand macro="bio.tools"/> <expand macro="requirements"/> <stdio> <regex match="This table is (very|crazy|totally) full, which may reduce accuracy. Ideal load is under" source="stderr" level="fatal_oom" description="Too low memory - generated results might be inaccurate."/> |
| b |
| diff -r 057c13b2dc42 -r 1baa4ad1ac2f macros.xml --- a/macros.xml Wed Apr 24 20:26:23 2024 +0000 +++ b/macros.xml Sat May 18 19:13:59 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> |