comparison ProteinInteractions_v2.xml @ 5:fd6f8df5a043 draft

Uploaded
author bornea
date Thu, 19 Nov 2015 11:17:15 -0500
parents
children 31c36477a931
comparison
equal deleted inserted replaced
4:cd2c68e1b1ae 5:fd6f8df5a043
1 <tool id="SAINT_ProteinInteractions_v2" name="SAINT Output to Protein Interaction File">
2 <description></description>
3 <command interpreter="python">ProteinInteractions_v2.py $input $saint_cutoff $CPDB_cutoff $species $Cytoscape_File \$INSTALL_RUN_PATH/</command>
4 <requirements>
5 <requirement type="set_environment">INSTALL_RUN_PATH</requirement>
6 </requirements>
7 <inputs>
8 <param format="txt" name="input" type="data" label="SAINT Output"/>
9 <param format="float" name="saint_cutoff" label="Saint Score Cutoff"/>
10 <param format="float" name="CPDB_cutoff" label="Consensus Path Database Score Cutoff"/>
11 <param format="select" name="species" label="Species">
12 <option value="Human">Human</option>
13 <option value="Yeast">Yeast</option>
14 <option value="Mouse">Mouse</option>
15 </param>
16 </inputs>
17 <outputs>
18 <data format="sif" name="Cytoscape_File" label="Cytoscape File"/>
19 </outputs>
20 <stdio>
21 <regex match="error"
22 source="stdout"
23 level="fatal"
24 description="Unknown error"/>
25 </stdio>
26
27 <tests>
28 <test>
29 <param name="input" value="fa_gc_content_input.fa"/>
30 <output name="out_file1" file="fa_gc_content_output.txt"/>
31 </test>
32 </tests>
33 <help>
34 This program will read in a SAINT 'list.txt' file and the interactions from the consensus path db database and return all the interactions that we saw in our experiment in a format suitable for cytoscape. This allows us to filter before getting PPIs so that it doesn't affect our SAINT score or include interactions that don't score well
35 </help>
36 </tool>