annotate KinaMine-Galaxy-7-7/Kinamine.xml @ 0:67635b462045 draft

Uploaded
author jfb
date Tue, 20 Feb 2018 14:31:15 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
67635b462045 Uploaded
jfb
parents:
diff changeset
1 <tool id="kinamine_java" name="Kinamine_7_to_7" version="0.5.0">
67635b462045 Uploaded
jfb
parents:
diff changeset
2 <description>Extracts phosphorylated motifs</description>
67635b462045 Uploaded
jfb
parents:
diff changeset
3 <requirements>
67635b462045 Uploaded
jfb
parents:
diff changeset
4 <requirement type="package" version="8.0.1440.1">Java</requirement>
67635b462045 Uploaded
jfb
parents:
diff changeset
5 </requirements>
67635b462045 Uploaded
jfb
parents:
diff changeset
6 <command><![CDATA[
67635b462045 Uploaded
jfb
parents:
diff changeset
7 mkdir -p output &&
67635b462045 Uploaded
jfb
parents:
diff changeset
8 java -Djava.awt.headless=true -jar '$__tool_directory__/Kinamine 7 to 7.jar' $FDRreport $reference $fdr output
67635b462045 Uploaded
jfb
parents:
diff changeset
9 ]]></command>
67635b462045 Uploaded
jfb
parents:
diff changeset
10 <inputs>
67635b462045 Uploaded
jfb
parents:
diff changeset
11 <param format="txt" name="FDRreport" type="data" label="Distinct Peptide Report"/>
67635b462045 Uploaded
jfb
parents:
diff changeset
12 <param format="fasta" name="reference" type="data" label="FASTA reference"/>
67635b462045 Uploaded
jfb
parents:
diff changeset
13 <param name="fdr" type="integer" value"1" min="1" max="100" label="FDR"/>
67635b462045 Uploaded
jfb
parents:
diff changeset
14 <param name="outGroup" type="text" value"kinase" label="Group Name"/>
67635b462045 Uploaded
jfb
parents:
diff changeset
15 </inputs>
67635b462045 Uploaded
jfb
parents:
diff changeset
16 <outputs>
67635b462045 Uploaded
jfb
parents:
diff changeset
17 <data format="csv" name="Substrates" from_work_dir="output/" label="${outGroup}_Substrates.csv"/>
67635b462045 Uploaded
jfb
parents:
diff changeset
18 <data format="csv" name="SBF" from_work_dir="output2.csv" label="Substrate Background Frequency"/>
67635b462045 Uploaded
jfb
parents:
diff changeset
19 </outputs>
67635b462045 Uploaded
jfb
parents:
diff changeset
20 <tests>
67635b462045 Uploaded
jfb
parents:
diff changeset
21 <test>
67635b462045 Uploaded
jfb
parents:
diff changeset
22 <param name="substrates" ftype="csv" value="substrates.csv"/>
67635b462045 Uploaded
jfb
parents:
diff changeset
23 <param name="negatives" ftype="csv" value="negatives.csv"/>
67635b462045 Uploaded
jfb
parents:
diff changeset
24 <param name="SBF" ftype="csv" value="SBF.csv"/>
67635b462045 Uploaded
jfb
parents:
diff changeset
25 <output name="SDtable" file="SDtable.csv"/>
67635b462045 Uploaded
jfb
parents:
diff changeset
26 <output name="EPM" file="EPM.csv"/>
67635b462045 Uploaded
jfb
parents:
diff changeset
27 <output name="Characterization" file="Characterization.csv"/>
67635b462045 Uploaded
jfb
parents:
diff changeset
28 </test>
67635b462045 Uploaded
jfb
parents:
diff changeset
29 </tests>
67635b462045 Uploaded
jfb
parents:
diff changeset
30
67635b462045 Uploaded
jfb
parents:
diff changeset
31
67635b462045 Uploaded
jfb
parents:
diff changeset
32 <help><![CDATA[
67635b462045 Uploaded
jfb
parents:
diff changeset
33 This takes a Distinct Peptide Report and extracts from it all phospho-motifs that were discovered at a threshold above a given FDR value. This tool is intended to be used in conjunction with Negative Motif Finder and Kinatest.R, the three together creating a GalaxyP version of the KINATEST-ID workbook.
67635b462045 Uploaded
jfb
parents:
diff changeset
34
67635b462045 Uploaded
jfb
parents:
diff changeset
35 ===========
67635b462045 Uploaded
jfb
parents:
diff changeset
36 Inputs
67635b462045 Uploaded
jfb
parents:
diff changeset
37 ===========
67635b462045 Uploaded
jfb
parents:
diff changeset
38 **Distinct Peptide Report**
67635b462045 Uploaded
jfb
parents:
diff changeset
39 This is... ask Minervo
67635b462045 Uploaded
jfb
parents:
diff changeset
40
67635b462045 Uploaded
jfb
parents:
diff changeset
41 **FASTA reference**
67635b462045 Uploaded
jfb
parents:
diff changeset
42 This should be a FASTA taken from the Reviewed Human Uniprot database, consisting of all human proteins plus a list of common Mass Spectrometry contaminants
67635b462045 Uploaded
jfb
parents:
diff changeset
43
67635b462045 Uploaded
jfb
parents:
diff changeset
44 ]]></help>
67635b462045 Uploaded
jfb
parents:
diff changeset
45 <citations>
67635b462045 Uploaded
jfb
parents:
diff changeset
46 <citation type="doi">10.1021/ja507164a</citation>
67635b462045 Uploaded
jfb
parents:
diff changeset
47 </citations>
67635b462045 Uploaded
jfb
parents:
diff changeset
48 </tool>
67635b462045 Uploaded
jfb
parents:
diff changeset
49