comparison spring_minz.xml @ 29:41353488926c draft

"planemo upload commit 1c0a60f98e36bccb6d6c85ff82a8d737a811b4d5"
author guerler
date Sun, 22 Nov 2020 14:15:24 +0000
parents e34da554d415
children b0e195a47df7
comparison
equal deleted inserted replaced
28:75d1aedc9b3f 29:41353488926c
1 <tool id="spring_minz" name="SPRING min-Z" version="0.1.2" python_template_version="3.5"> 1 <tool id="spring_minz" name="SPRING min-Z" version="0.1.2" python_template_version="3.5">
2 <description>filter operation</description> 2 <description>filter operation</description>
3 <code file="spring_minz.py"/>
4 <command detect_errors="exit_code"><![CDATA[ 3 <command detect_errors="exit_code"><![CDATA[
5 mkdir -p targets && 4 mkdir -p targets &&
6 #for target in $targets 5 #for target in $targets
7 link '${str(target)}' 'targets/${target.element_identifier}' && 6 link '${str(target)}' 'targets/${target.element_identifier}' &&
8 echo '${target.element_identifier}' >> 'target_list' && 7 echo '${target.element_identifier}' >> 'target_list' &&
26 <param format="txt" name="inputs" type="data_collection" collection_type="list" label="Input profiles" help="Homology search results of input profiles `hhr`."/> 25 <param format="txt" name="inputs" type="data_collection" collection_type="list" label="Input profiles" help="Homology search results of input profiles `hhr`."/>
27 </when> 26 </when>
28 </conditional> 27 </conditional>
29 <param format="tabular" name="crossreference" type="data" label="Cross reference" help="Cross reference of interacting proteins `first_id metadata_id second_id`."/> 28 <param format="tabular" 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."/> 29 <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."/> 30 <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> 31 </inputs>
33 <outputs> 32 <outputs>
34 <data format="tabular" name="output" label="SPRING min-Z Table"/> 33 <data format="tabular" name="output" label="SPRING min-Z Table"/>
35 <data format="txt" name="log" label="SPRING min-Z Log" /> 34 <data format="txt" name="log" label="SPRING min-Z Log" />
36 </outputs> 35 </outputs>