Mercurial > repos > guerler > springsuite
comparison spring_minz.xml @ 24:802daf2993b0 draft
"planemo upload commit 37a4c6844fd7ab1071ddf90f51915ec1a13c26b3-dirty"
author | guerler |
---|---|
date | Thu, 29 Oct 2020 13:09:57 +0000 |
parents | 5469e19f1f96 |
children | 5d1ae615e4ec |
comparison
equal
deleted
inserted
replaced
23:5469e19f1f96 | 24:802daf2993b0 |
---|---|
17 #else | 17 #else |
18 python3 '$__tool_directory__/spring_minz.py' -tl target_list -tp targets -m '$minscore' -c '$crossreference' -x '$idx' -o '$output' -l '$log' | 18 python3 '$__tool_directory__/spring_minz.py' -tl target_list -tp targets -m '$minscore' -c '$crossreference' -x '$idx' -o '$output' -l '$log' |
19 #end if | 19 #end if |
20 ]]></command> | 20 ]]></command> |
21 <inputs> | 21 <inputs> |
22 <param format="txt" name="targets" type="data_collection" collection_type="list" label="Target Profiles" help="Homology search result of target/query profiles `hhr`."/> | 22 <param format="txt" name="targets" type="data_collection" collection_type="list" label="Target profiles" help="Homology search result of target/query profiles `hhr`."/> |
23 <conditional name="input_type"> | 23 <conditional name="input_type"> |
24 <param name="input_type_selector" type="boolean" label="Identify interactions across sets?" checked="true"/> | 24 <param name="input_type_selector" type="boolean" label="Identify interactions across sets?" checked="true"/> |
25 <when value="true"> | 25 <when value="true"> |
26 <param format="txt" name="inputs" type="data_collection" collection_type="list" label="Input Profiles" help="Homology search results of input profiles `hhr`."/> | 26 <param format="txt" name="inputs" type="data_collection" collection_type="list" label="Input profiles" help="Homology search results of input profiles `hhr`."/> |
27 </when> | 27 </when> |
28 </conditional> | 28 </conditional> |
29 <param format="txt" name="crossreference" type="data" label="Cross Reference" help="Cross reference of interacting proteins `first_id metadata_id second_id`."/> | 29 <param format="txt" name="crossreference" type="data" label="Cross reference" help="Cross reference of interacting proteins `first_id metadata_id second_id`."/> |
30 <param name="minscore" type="integer" label="Score threshold" value="10" min="1" max="200" help="Matching interaction pairs with a score lower than this threshold will be excluded."/> | 30 <param name="minscore" type="integer" label="Score threshold" value="10" min="1" max="200" help="Matching interaction pairs with a score lower than this threshold will be excluded."/> |
31 <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."/> | 31 <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."/> |
32 </inputs> | 32 </inputs> |
33 <outputs> | 33 <outputs> |
34 <data format="tabular" name="output" label="SPRING min-Z Table"/> | 34 <data format="tabular" name="output" label="SPRING min-Z Table"/> |