Mercurial > repos > fubar > tool_factory_2
comparison toolfactory/rgToolFactory2.xml @ 32:4d578c8c1613 draft
passes planemo test
author | fubar |
---|---|
date | Fri, 07 Aug 2020 23:14:54 -0400 |
parents | 6f48315c32c1 |
children | ce2b1f8ea68d |
comparison
equal
deleted
inserted
replaced
31:69eed330c91f | 32:4d578c8c1613 |
---|---|
339 <param name="help_text" value="help text goes here" /> | 339 <param name="help_text" value="help text goes here" /> |
340 <param name="interpreter" value="python"/> | 340 <param name="interpreter" value="python"/> |
341 <param name="history_name" value="output2_sample" /> | 341 <param name="history_name" value="output2_sample" /> |
342 <param name="history_format" value="txt" /> | 342 <param name="history_format" value="txt" /> |
343 <param name="history_CL" value="2" /> | 343 <param name="history_CL" value="2" /> |
344 <param name="runme" value="pyrevpos.python"/> | 344 <param name="dynScript" value="import sys; inp = sys.argv[1]; outp = sys.argv[2]; inlist = open(inp,'r').readlines(); o = open(outp,'w'); rs = [''.join(list(reversed(x.rstrip()))) for x in inlist]; o.write('\n'.join(rs)); o.close()"/> |
345 <output_collection name="ToolFactory_Outputs" type="list"> | 345 <output_collection name="ToolFactory_Outputs" type="list"> |
346 <element name="output2_sample_sample" file="output2_sample" ftype="txt" compare="diff" lines_diff = "10" /> | 346 <element name="output2_sample_sample" file="output2_sample" ftype="txt" compare="diff" lines_diff = "10" /> |
347 </output_collection> | 347 </output_collection> |
348 <output name="new_tool" file="toolfactory_pyrevpos_tgz_sample" compare="sim_size" delta="6000" /> | 348 <output name="new_tool" file="toolfactory_pyrevpos_tgz_sample" compare="sim_size" delta="6000" /> |
349 </test> | 349 </test> |