comparison spring_minz.xml @ 17:c790d25086dc draft

"planemo upload commit b0ede77caf410ab69043d33a44e190054024d340-dirty"
author guerler
date Wed, 28 Oct 2020 05:11:56 +0000
parents 4a4888bf0338
children acaff61a09b2
comparison
equal deleted inserted replaced
16:16eb2acaaa20 17:c790d25086dc
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 mkdir -p targets &&
10 #for target in $targets 11 #for target in $targets
11 python3 '$__tool_directory__/spring_minz.py' -m '$minscore' -t '${str(target)}' -n '${target.element_identifier}' -c '$crossreference' -x '$idx' -o '$output' -l input_list -i inputs && 12 link '${str(target)}' 'targets/${target.element_identifier}' &&
13 echo '${target.element_identifier}' >> 'target_list' &&
12 #end for 14 #end for
13 echo 0 15 python3 '$__tool_directory__/spring_minz.py' -il input_list -ip inputs -tl target_list -tp targets -m '$minscore' -c '$crossreference' -x '$idx' -o '$output'
14 ]]></command> 16 ]]></command>
15 <inputs> 17 <inputs>
16 <param format="txt" name="targets" type="data_collection" label="Target Profiles" help="Homology search result of target/query profiles `hhr`."/> 18 <param format="txt" name="targets" type="data_collection" label="Target Profiles" help="Homology search result of target/query profiles `hhr`."/>
17 <param format="txt" name="inputs" type="data_collection" collection_type="list" label="Input Profiles" help="Homology search results of input profiles `hhr`."/> 19 <param format="txt" name="inputs" type="data_collection" collection_type="list" label="Input Profiles" help="Homology search results of input profiles `hhr`."/>
18 <param format="txt" name="crossreference" type="data" label="Cross Reference" help="Cross reference of interacting proteins `first_id metadata_id second_id`."/> 20 <param format="txt" name="crossreference" type="data" label="Cross Reference" help="Cross reference of interacting proteins `first_id metadata_id second_id`."/>
71 <param name="crossreference" value="pdb70_random.txt"/> 73 <param name="crossreference" value="pdb70_random.txt"/>
72 <output name="output" file="pdb70_result.txt"/> 74 <output name="output" file="pdb70_result.txt"/>
73 </test> 75 </test>
74 </tests> 76 </tests>
75 <help><![CDATA[ 77 <help><![CDATA[
76 This tool filters HH-search/HH-blits homology results through the protein interaction cross reference generated by SPRING. Putative interactions are identified by 78 This tool creates 3D models from HH-search/HH-blits homology results utilized by SPRING.
77 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.
78 ]]></help> 79 ]]></help>
79 <citations> 80 <citations>
80 <citation type="bibtex"> 81 <citation type="bibtex">
81 @misc{githubhh-suite, 82 @misc{githubhh-suite,
82 author = {Guerler, Govindarajoo, Zhang}, 83 author = {Guerler, Govindarajoo, Zhang},