comparison sort_rows.xml @ 21:86755160afbf draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
author bgruening
date Fri, 16 Aug 2024 10:41:54 +0000
parents 12615d397df7
children
comparison
equal deleted inserted replaced
20:fbf99087e067 21:86755160afbf
16 <param format="tabular" name="infile" type="data" label="Tabular file that should be sorted"/> 16 <param format="tabular" name="infile" type="data" label="Tabular file that should be sorted"/>
17 </inputs> 17 </inputs>
18 <outputs> 18 <outputs>
19 <data name="outfile" format_source="infile" metadata_source="infile"/> 19 <data name="outfile" format_source="infile" metadata_source="infile"/>
20 </outputs> 20 </outputs>
21 <options sanitize="False"/>
22 <tests> 21 <tests>
23 <test> 22 <test>
24 <param name="infile" value="sort_rows1.tabular" ftype="tabular" /> 23 <param name="infile" value="sort_rows1.tabular" ftype="tabular" />
25 <output name="outfile" file="sort_rows_results1.bed"/> 24 <output name="outfile" file="sort_rows_results1.bed"/>
26 </test> 25 </test>