Mercurial > repos > guerler > springsuite
comparison spring_minz.xml @ 9:4ac5d5a9b21c draft
"planemo upload commit f465445ebca0307953f59938494a2244ca8ea23c"
author | guerler |
---|---|
date | Sat, 01 Aug 2020 02:13:31 -0400 |
parents | 2b9ed61195e2 |
children | 860bd6f8f480 |
comparison
equal
deleted
inserted
replaced
8:f2f38991c36f | 9:4ac5d5a9b21c |
---|---|
5 mkdir -p inputs && | 5 mkdir -p inputs && |
6 #for input in $inputs | 6 #for input in $inputs |
7 link '${str(input)}' 'inputs/${input.element_identifier}' && | 7 link '${str(input)}' 'inputs/${input.element_identifier}' && |
8 echo '${input.element_identifier}' >> 'input_list' && | 8 echo '${input.element_identifier}' >> 'input_list' && |
9 #end for | 9 #end for |
10 python3 '$__tool_directory__/spring_minz.py' -m '$minscore' -t '$target' -c '$crossreference' -o '$output' -l input_list -i inputs | 10 python3 '$__tool_directory__/spring_minz.py' -m '$minscore' -t '$target' -c '$crossreference' -x '$idx' -o '$output' -l input_list -i inputs |
11 ]]></command> | 11 ]]></command> |
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 pairs from SPRING database protocol."/> | 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 </inputs> | 18 </inputs> |
18 <outputs> | 19 <outputs> |
19 <data format="txt" name="output" /> | 20 <data format="txt" name="output" /> |
20 </outputs> | 21 </outputs> |
21 <tests> | 22 <tests> |