|
0
|
1 <tool id="pytime" name="pY_Data_Cleanup" version="1.0.0">
|
|
|
2 <description>kinatest data cleanup</description>
|
|
|
3 <requirements>
|
|
|
4 <requirement type="package">R</requirement>
|
|
|
5 </requirements>
|
|
|
6 <command><![CDATA[
|
|
|
7 ln -s '$needy' needspy.csv &&
|
|
|
8 Rscript '$__tool_directory__/xytime.R'
|
|
|
9 ]]></command>
|
|
|
10 <inputs>
|
|
|
11 <param format="csv" name="needy" type="data" label="Needs pY"/>
|
|
|
12 </inputs>
|
|
|
13 <outputs>
|
|
|
14 <data format="csv" name="py" from_work_dir="haspy.csv"/>
|
|
|
15 </outputs>
|
|
|
16 <tests>
|
|
|
17 <test>
|
|
|
18 <param name="needy" ftype="csv" value="needspy.csv"/>
|
|
|
19 <output name="py" file="haspy.csv"/>
|
|
|
20 </test>
|
|
|
21 </tests>
|
|
|
22 <help><![CDATA[
|
|
|
23 This simply tool is only intended for a specific step in the kinatest pathway wherein it performs some data cleanup.
|
|
|
24 ]]></help>
|
|
|
25 <citations>
|
|
|
26 <citation type="doi">10.1021/ja507164a</citation>
|
|
|
27 </citations>
|
|
|
28 </tool>
|
|
|
29
|