comparison baredsc_combine_1d.xml @ 1:050cf43887d3 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit 576069ce2296ef58daa8a4e03c993d5900608c4c
author iuc
date Mon, 16 Oct 2023 14:00:49 +0000
parents c32347702e12
children
comparison
equal deleted inserted replaced
0:c32347702e12 1:050cf43887d3
55 <expand macro="macro_advanced_common_axis" axis="x"/> 55 <expand macro="macro_advanced_common_axis" axis="x"/>
56 <expand macro="macro_advanced_evidence"/> 56 <expand macro="macro_advanced_evidence"/>
57 </section> 57 </section>
58 </inputs> 58 </inputs>
59 <outputs> 59 <outputs>
60 <data format="tabular" name="pdf" label="${tool.name} on $getVar('input_counts.input', 'input_counts.inputAnnData') for ${geneColName}: PDF with error bar" from_work_dir="output/baredSC_pdf.txt"> 60 <data format="tabular" name="pdf" label="${tool.name} on $getVar('input_counts.input', $getVar('input_counts.inputAnnData', 'shouldNeverHappen')).element_identifier for ${geneColName}: PDF with error bar" from_work_dir="output/baredSC_pdf.txt">
61 <actions> 61 <actions>
62 <action name="column_names" type="metadata" default="x,low,mean,high,median" /> 62 <action name="column_names" type="metadata" default="x,low,mean,high,median" />
63 </actions> 63 </actions>
64 </data> 64 </data>
65 <data format="png" name="plot" label="${tool.name} on $getVar('input_counts.input', 'input_counts.inputAnnData') for ${geneColName}: plot" from_work_dir="baredSC"> 65 <data format="png" name="plot" label="${tool.name} on $getVar('input_counts.input', $getVar('input_counts.inputAnnData', 'shouldNeverHappen')).element_identifier for ${geneColName}: plot" from_work_dir="baredSC">
66 <change_format> 66 <change_format>
67 <when input="plots.image_file_format" value="png" format="png" /> 67 <when input="plots.image_file_format" value="png" format="png" />
68 <when input="plots.image_file_format" value="svg" format="svg" /> 68 <when input="plots.image_file_format" value="svg" format="svg" />
69 <when input="plots.image_file_format" value="pdf" format="pdf" /> 69 <when input="plots.image_file_format" value="pdf" format="pdf" />
70 </change_format> 70 </change_format>
71 </data> 71 </data>
72 <collection type="list" name="other_outputs" label="${tool.name} on $getVar('input_counts.input', 'input_counts.inputAnnData') for ${geneColName}: plots and txt"> 72 <collection type="list" name="other_outputs" label="${tool.name} on $getVar('input_counts.input', $getVar('input_counts.inputAnnData', 'shouldNeverHappen')).element_identifier for ${geneColName}: plots and txt">
73 <discover_datasets pattern="baredSC_(?P&lt;identifier_0&gt;\S+)\.(?P&lt;ext&gt;.*)"/> 73 <discover_datasets pattern="baredSC_(?P&lt;identifier_0&gt;\S+)\.(?P&lt;ext&gt;.*)"/>
74 </collection> 74 </collection>
75 </outputs> 75 </outputs>
76 <tests> 76 <tests>
77 <!-- First test --> 77 <!-- First test -->