Mercurial > repos > iuc > bbtools_tadpole
changeset 7:ce13b4678f18 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bbtools commit 46992fbb9d79da3d3c45b0c10f2936cf2af2dbcd
| author | iuc | 
|---|---|
| date | Tue, 19 Nov 2024 14:47:21 +0000 | 
| parents | 0ddf147d1897 | 
| children | 7ad0f4bfa923 | 
| files | macros.xml tadpole.xml | 
| diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/macros.xml Tue Aug 27 10:14:28 2024 +0000 +++ b/macros.xml Tue Nov 19 14:47:21 2024 +0000 @@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">39.08</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@PROFILE@">22.01</token> <xml name="edam_ontology"> <edam_topics>
--- a/tadpole.xml Tue Aug 27 10:14:28 2024 +0000 +++ b/tadpole.xml Tue Nov 19 14:47:21 2024 +0000 @@ -6,7 +6,7 @@ <expand macro="edam_ontology"/> <expand macro="bio.tools"/> <expand macro="requirements"/> - <command detect_errors="exit_code"><![CDATA[ + <command detect_errors="aggressive"><![CDATA[ #import os #if str($input_type_cond.input_type) in ['single', 'pair']:
