|
0
|
1 <tool id="IOTest" name="IO-Test" version="0.0.1">
|
|
|
2 <description>for Galaxy-R IO-Testing</description>
|
|
|
3 <command interpreter="bash">
|
|
|
4 discard_stderr_wrapper.sh R --slave --vanilla -f IO_test.R --args key=$input01 test="" user="$__user_email__" toolPath=$__tool_data_path__ mylocals="${ locals() }" mydir="${ dir() }" myself="${ dir(self) }" mygroup=${ str($__app__.model.UserGroupAssociation.group) } url1=$__app__.config.fluent_host url2=$__app__.config.fluent_port rootPath=$__root_dir__ output01
|
|
|
5 </command>
|
|
|
6 <inputs>
|
|
|
7 <param name="input01" type="data" format="txt" label="Text File" />
|
|
|
8 </inputs>
|
|
|
9 <outputs>
|
|
|
10 <data name="output01" type="data" format="txt" label="IOreport" />
|
|
|
11 </outputs>
|
|
|
12
|
|
|
13
|
|
|
14 <help>
|
|
|
15 [!!testing!!]
|
|
|
16 This is just for testing the python/galaxy - R IO-Interface!
|
|
|
17
|
|
|
18 The output is plain text.
|
|
|
19 [!!testing!!]
|
|
|
20 </help>
|
|
|
21 </tool>
|