Mercurial > repos > guerler > springsuite
comparison spring_minz.xml @ 10:860bd6f8f480 draft
"planemo upload commit 4b670114bbbbbe3c5207cee572a20dc48f27494a"
author | guerler |
---|---|
date | Sat, 01 Aug 2020 04:16:19 -0400 |
parents | 4ac5d5a9b21c |
children | 21a7dd67b483 |
comparison
equal
deleted
inserted
replaced
9:4ac5d5a9b21c | 10:860bd6f8f480 |
---|---|
12 <inputs> | 12 <inputs> |
13 <param format="txt" name="target" type="data" label="Target Profile" help="Homology search result of target/query profile `hhr`."/> | 13 <param format="txt" name="target" type="data" label="Target Profile" help="Homology search result of target/query profile `hhr`."/> |
14 <param format="txt" name="inputs" type="data_collection" collection_type="list" label="Input Profiles" help="Homology search results of input profiles `hhr`."/> | 14 <param format="txt" name="inputs" type="data_collection" collection_type="list" label="Input Profiles" help="Homology search results of input profiles `hhr`."/> |
15 <param format="txt" name="crossreference" type="data" label="Cross Reference" help="Cross reference of interacting proteins `first_id metadata_id second_id`."/> | 15 <param format="txt" name="crossreference" type="data" label="Cross Reference" help="Cross reference of interacting proteins `first_id metadata_id second_id`."/> |
16 <param name="minscore" type="integer" label="min-Z score threshold" value="10" min="1" max="100" help="Matching interaction pairs with a score lower than this threshold will be excluded."/> | 16 <param name="minscore" type="integer" label="min-Z score threshold" value="10" min="1" max="100" help="Matching interaction pairs with a score lower than this threshold will be excluded."/> |
17 <param name="idx" type="integer" label="Identifier length" value="6" min="1" max="10" help="Specify the length of the identifier e.g. `1ACB_A` has length 6."/> | 17 <param name="idx" type="integer" label="Identifier length" value="6" min="1" max="20" help="Specify the length of the identifier e.g. `1ACB_A` has length 6."/> |
18 </inputs> | 18 </inputs> |
19 <outputs> | 19 <outputs> |
20 <data format="txt" name="output" /> | 20 <data format="txt" name="output" /> |
21 </outputs> | 21 </outputs> |
22 <tests> | 22 <tests> |
23 <test> | |
24 <param name="target" value="7BQY_A.hhr"/> | |
25 <param name="idx" value="10"/> | |
26 <param name="inputs"> | |
27 <collection type="list"> | |
28 <element name="6W37_A.hhr" value="6W37_A.hhr" /> | |
29 <element name="6W4H_A.hhr" value="6W4H_A.hhr" /> | |
30 <element name="6W4H_B.hhr" value="6W4H_B.hhr" /> | |
31 <element name="6W9C_A.hhr" value="6W9C_A.hhr" /> | |
32 <element name="6W9Q_A.hhr" value="6W9Q_A.hhr" /> | |
33 <element name="6WEY_A.hhr" value="6WEY_A.hhr" /> | |
34 <element name="6WJI_A.hhr" value="6WJI_A.hhr" /> | |
35 <element name="6WLC_A.hhr" value="6WLC_A.hhr" /> | |
36 </collection> | |
37 </param> | |
38 <param name="crossreference" value="dbCAN_random.txt"/> | |
39 <output name="output" file="dbCAN_result.txt"/> | |
40 </test> | |
23 <test> | 41 <test> |
24 <param name="target" value="NP_000282.1.hhr"/> | 42 <param name="target" value="NP_000282.1.hhr"/> |
25 <param name="inputs"> | 43 <param name="inputs"> |
26 <collection type="list"> | 44 <collection type="list"> |
27 <element name="NP_000282.1.hhr" value="NP_000282.1.hhr" /> | 45 <element name="NP_000282.1.hhr" value="NP_000282.1.hhr" /> |
28 <element name="NP_000290.2.hhr" value="NP_000290.2.hhr" /> | 46 <element name="NP_000290.2.hhr" value="NP_000290.2.hhr" /> |
29 <element name="NP_000548.2.hhr" value="NP_000548.2.hhr" /> | 47 <element name="NP_000548.2.hhr" value="NP_000548.2.hhr" /> |
30 <element name="NP_000836.2.hhr" value="NP_000836.2.hhr" /> | 48 <element name="NP_000836.2.hhr" value="NP_000836.2.hhr" /> |
31 </collection> | 49 </collection> |
32 </param> | 50 </param> |
33 <param name="crossreference" value="index.txt"/> | 51 <param name="crossreference" value="pdb70_random.txt"/> |
34 <output name="output" file="result.txt"/> | 52 <output name="output" file="pdb70_result.txt"/> |
35 </test> | 53 </test> |
36 </tests> | 54 </tests> |
37 <help><![CDATA[ | 55 <help><![CDATA[ |
38 This tool filters HH-search/HH-blits homology results through the protein interaction cross reference generated by SPRING. Putative interactions are identified by | 56 This tool filters HH-search/HH-blits homology results through the protein interaction cross reference generated by SPRING. Putative interactions are identified by |
39 evaluating the min-Z score. The min-Z is the smaller of the two Z-scores for a pair of sequences matching an existing protein-protein complex structure. | 57 evaluating the min-Z score. The min-Z is the smaller of the two Z-scores for a pair of sequences matching an existing protein-protein complex structure. |