3
|
1 <tool id="kinamine_java" name="Negative-Motif-Finder 7_to_7" version="1.3.0">
|
0
|
2 <description>discover unphosphorylated substrates</description>
|
|
3 <requirements>
|
|
4 <requirement type="package">R</requirement>
|
|
5 </requirements>
|
|
6 <command><![CDATA[
|
|
7 ln -s '$FASTA' input1.tabular &&
|
|
8 ln -s '$positives' input2.csv &&
|
|
9 ln -s '$SBF' input3.csv &&
|
5
|
10 Rscript '$__tool_directory__/NMF-working-7-4-2020.R'
|
0
|
11 ]]></command>
|
|
12 <inputs>
|
|
13 <param format="csv" name="SBF" type="data" label="Substrate Background Frequency"/>
|
|
14 <param format="tabular" name="FASTA" type="data" label="Human Proteome Reference"/>
|
|
15 <param format="csv" name="positives" type="data" label="Positive/Phosphorylated Substrate List"/>
|
2
|
16 <param name="outGroup" type="text" value="kinase" label="Kinase Name"/>
|
0
|
17 </inputs>
|
|
18 <outputs>
|
1
|
19 <data format="csv" name="Negatives" from_work_dir="output1.csv" label="${outGroup}_Negative Motifs.csv"/>
|
0
|
20 </outputs>
|
|
21 <tests>
|
|
22 <test>
|
|
23 <param name="FASTA" ftype="csv" value="reference.csv"/>
|
|
24 <param name="positives" ftype="csv" value="substrates.csv"/>
|
|
25 <param name="SBF" ftype="csv" value="SBF.csv"/>
|
|
26 <output name="Negatives" file="negatives.csv"/>
|
|
27 </test>
|
|
28 </tests>
|
|
29 <help><![CDATA[
|
|
30 Using the output from KinaMine, plus the Uniprot file that was used with KinaMine, this program finds all Y-centered motifs which *could* have been present as positive motifs but were not seen by the Mass Spec
|
|
31 This tool is intended to be used in conjunction with KinaMine 7-7 and Kinatest.R, the three together creating a GalaxyP version of the KINATEST-ID workbook.
|
2
|
32
|
|
33
|
0
|
34 Inputs
|
2
|
35
|
0
|
36 **Substrate Background Frequency**
|
|
37 **Positive/Phosphorylated Substrate List**
|
|
38 These two come directly from the KinaMine output
|
|
39
|
|
40 **Human Proteome Reference**
|
|
41 This should be a tabularized version of a FASTA taken from the Reviewed Human Uniprot database, consisting of all human proteins plus a list of common Mass Spectrometry contaminants.
|
|
42 This file should be created by using the same FASTA file used for KinaMine and running FASTA to Tabular on it using GalaxyP
|
|
43
|
|
44 ]]></help>
|
|
45 <citations>
|
|
46 <citation type="doi">10.1021/ja507164a</citation>
|
|
47 </citations>
|
|
48 </tool>
|
|
49
|