comparison toolfactory/test-data/toolfactory.log @ 30:6f48315c32c1 draft

Uploaded
author fubar
date Fri, 07 Aug 2020 07:54:23 -0400
parents
children
comparison
equal deleted inserted replaced
29:6db39cbc3242 30:6f48315c32c1
1 ### cl=python3 /tmp/reverseargp2_test1veulkauo.python -- /tmp/tmpzal0_664/files/c/8/4/dataset_c84573ea-e358-4a99-bac6-3dfe1b030c65.dat -- /tmp/tmpzal0_664/files/e/b/2/dataset_eb270919-0c8c-4b52-9e58-d351de848508.dat
2 xml=<tool name="reverseargp2_test1" id="reverseargp2_test1" version="0.01">
3 <!--Cite: Creating re-usable tools from scripts doi: 10.1093/bioinformatics/bts573-->
4 <!--Source in git at: https://github.com/fubar2/toolfactory-->
5 <!--Created by test@bx.psu.edu at 30/07/2020 19:44:43 using the Galaxy Tool Factory.-->
6 <description>testing_tf2</description>
7 <requirements>
8 <requirement version="" type="package">python</requirement>
9 </requirements>
10 <configfiles>
11 <configfile name="runMe"><![CDATA[
12
13 ]]></configfile>
14 </configfiles>
15 <stdio>
16 <exit_code range="1:" level="fatal"/>
17 </stdio>
18 <version_command/>
19 <command interpreter="python"><![CDATA[$runMe - $
20 - $]]></command>
21 <inputs>
22 <param optional="false" label="parameter_label" help="parameter_help" format="tabular" multiple="false" type="data" name="" argument="-"/>
23 </inputs>
24 <outputs>
25 <data name="" format="tabular" hidden="false"/>
26 </outputs>
27 <tests>
28 <test>
29 <param name="" value=".tabular" ftype="tabular"/>
30 <param name="job_name" value="test_a"/>
31 <param name="runMe" value="$runMe"/>
32 <output name="" value="reverseargp2_test1_test1_output.xls"/>
33 </test>
34 </tests>
35 <help><![CDATA[
36 help text goes here
37 ]]></help>
38 </tool>
39