comparison spring_minz.xml @ 6:323f11769abf draft

"planemo upload commit 0f78008658d469b8c412a393050ac4ed9230b9ee-dirty"
author guerler
date Fri, 31 Jul 2020 23:35:20 -0400
parents e44b8a76d754
children 2b9ed61195e2
comparison
equal deleted inserted replaced
5:e44b8a76d754 6:323f11769abf
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' -o '$output' -l input_list -i inputs
11 ]]></command> 11 ]]></command>
12 <inputs> 12 <inputs>
13 <param format="data" name="target" type="data" label="Target Sequence" help="Homology search results of query sequence `hhr`. (-t)"/> 13 <param format="txt" name="target" type="data" label="Target Profile" help="Homology search results of query sequence `hhr`. (-t)"/>
14 <param format="data" name="inputs" type="data_collection" collection_type="list" label="Input Sequences" help="Homology search results of target sequences `hhr`. (-i)"/> 14 <param format="txt" name="inputs" type="data_collection" collection_type="list" label="Input Profiles" help="Homology search results of target sequences `hhr`. (-i)"/>
15 <param format="data" name="crossreference" type="data" label="Cross Reference" help="Cross reference of interacting proteins pairs. (-c)"/> 15 <param format="txt" name="crossreference" type="data" label="Cross Reference" help="Cross reference of interacting proteins pairs. (-c)"/>
16 <param name="minscore" type="integer" label="min-Z score threshold" value="10" min="1" max="100" help="Matching complex templates with a score lower than this threshold will be excluded. (-c)"/> 16 <param name="minscore" type="integer" label="min-Z score threshold" value="10" min="1" max="100" help="Matching complex templates with a score lower than this threshold will be excluded. (-c)"/>
17 </inputs> 17 </inputs>
18 <outputs> 18 <outputs>
19 <data format="txt" name="output" /> 19 <data format="txt" name="output" />
20 </outputs> 20 </outputs>