comparison hal_halAddToBranch.xml @ 1:020607b4f91c draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/haltools commit 6ecdc1e0a380a42b6ac8f49b4f4eca5d068ccc9e
author iuc
date Thu, 12 Feb 2026 18:45:51 +0000
parents 8d69e6b4aad3
children
comparison
equal deleted inserted replaced
0:8d69e6b4aad3 1:020607b4f91c
33 <expand macro="sanitizer_default"/> 33 <expand macro="sanitizer_default"/>
34 <expand macro="validator_trim"/> 34 <expand macro="validator_trim"/>
35 </param> 35 </param>
36 <param name="topAlignmentFile" type="data" format="hal" label="Top alignment file" help="HAL file defining the connection between the parent and the new insert. A tree containing the insert, its parent, and its siblings"/> 36 <param name="topAlignmentFile" type="data" format="hal" label="Top alignment file" help="HAL file defining the connection between the parent and the new insert. A tree containing the insert, its parent, and its siblings"/>
37 <param name="botAlignmentFile" type="data" format="hal" label="Bottom alignment file" help="HAL file defining the subtree starting from the new insert node. A tree containing the insert, its children, and its new leaf genome"/> 37 <param name="botAlignmentFile" type="data" format="hal" label="Bottom alignment file" help="HAL file defining the subtree starting from the new insert node. A tree containing the insert, its children, and its new leaf genome"/>
38 <param name="upperBranchLength" type="float" min="0" label="Upper branch length" help="Length of branch from parent to insert"/> 38 <param name="upperBranchLength" type="float" value="1" min="0" label="Upper branch length" help="Length of branch from parent to insert"/>
39 <param name="leafBranchLength" type="float" min="0" label="Leaf branch length" help="Leaf branch length"/> 39 <param name="leafBranchLength" type="float" value="1" min="0" label="Leaf branch length" help="Leaf branch length"/>
40 <expand macro="params_noMarkAncestors"/> 40 <expand macro="params_noMarkAncestors"/>
41 </inputs> 41 </inputs>
42 <outputs> 42 <outputs>
43 <data name="out_file" format="hal" label="${tool.name} on ${on_string}" from_work_dir="writable_hal.hal"/> 43 <data name="out_file" format="hal" label="${tool.name} on ${on_string}" from_work_dir="writable_hal.hal"/>
44 </outputs> 44 </outputs>