# HG changeset patch # User iuc # Date 1770226189 0 # Node ID 229eef1c5498eac146a00320ee0644de46c977df # Parent 9152525e3c739bfa50a183e80c74b6ca14001828 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/humann commit f434c096f244d1ff01a3e439bfdf8ef3999d75af diff -r 9152525e3c73 -r 229eef1c5498 humann.xml --- a/humann.xml Fri Sep 27 09:57:04 2024 +0000 +++ b/humann.xml Wed Feb 04 17:29:49 2026 +0000 @@ -1,4 +1,4 @@ - + to profile presence/absence and abundance of microbial pathways and gene families macros.xml @@ -170,21 +170,25 @@ &2 "unknown extension $in.input.ext" + >&2 "unknown extension $input_conditional.input.ext" exit 1; #end if -#if $in.input.ext.endswith(".gz") +#if $input_conditional.input.ext.endswith(".gz") #set ext+=".gz" #end if @@ -209,7 +213,7 @@ #end if humann - --input '$input' + --input '$input_conditional.input' --input-format $ext -o 'output' #if $wf.selector == 'bypass_prescreen' @@ -255,7 +259,7 @@ --memory-use minimum ]]> - + @@ -350,10 +354,10 @@ - out['output_format'] == "tsv" + input_conditional['selector'] != "abundance" and out['output_format'] == "tsv" - out['output_format'] == "biom" + input_conditional['selector'] != "abundance" and out['output_format'] == "biom" out['output_format'] == "tsv" @@ -396,7 +400,7 @@ - + @@ -427,7 +431,7 @@ - + @@ -580,7 +584,7 @@ - + @@ -660,7 +664,7 @@ - + @@ -742,7 +746,7 @@ - + @@ -814,8 +818,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -880,7 +916,7 @@ - + @@ -956,7 +992,7 @@ - +