comparison flux.xml @ 4:7939ae8c5fd5 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flux commit d9ac789235499840b8965cbe5efe1d26406f5d9a
author bgruening
date Mon, 02 Dec 2024 20:26:07 +0000
parents 21ee409e6cde
children
comparison
equal deleted inserted replaced
3:21ee409e6cde 4:7939ae8c5fd5
1 <tool id="black_forest_labs_flux" name="FLUX" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0"> 1 <tool id="black_forest_labs_flux" name="FLUX" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0">
2 <description>text-to-image model</description> 2 <description>text-to-image model</description>
3 <macros> 3 <macros>
4 <token name="@TOOL_VERSION@">2024</token> 4 <token name="@TOOL_VERSION@">2024</token>
5 <token name="@VERSION_SUFFIX@">3</token> 5 <token name="@VERSION_SUFFIX@">4</token>
6 </macros> 6 </macros>
7 <requirements> 7 <requirements>
8 <container type="docker">quay.io/galaxy/black_forest_labs_flux:2024-0</container> 8 <container type="docker">quay.io/galaxy/black_forest_labs_flux:2024-0</container>
9 </requirements> 9 </requirements>
10 <command detect_errors="exit_code"><![CDATA[ 10 <command detect_errors="exit_code"><![CDATA[
37 </param> 37 </param>
38 </when> 38 </when>
39 </conditional> 39 </conditional>
40 </inputs> 40 </inputs>
41 <outputs> 41 <outputs>
42 <data name="output" format="png" label="${tool.name} on ${on_string}" from_work_dir="./output.png"/> 42 <data name="output" format="png" label="${tool.name} on ${on_string if $input_type_selector=='file' else 'text prompt'}" from_work_dir="./output.png"/>
43 </outputs> 43 </outputs>
44 <tests> 44 <tests>
45 <test expect_exit_code="1" expect_failure="true"> 45 <test expect_exit_code="1" expect_failure="true">
46 <param name="flux_models" value="unknown"/> 46 <param name="flux_models" value="unknown"/>
47 <param name="input_type_selector" value="file"/> 47 <param name="input_type_selector" value="file"/>