Mercurial > repos > iuc > hal_haladdtobranch
changeset 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 | |
| files | hal_halAddToBranch.xml |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hal_halAddToBranch.xml Fri Feb 06 10:33:34 2026 +0000 +++ b/hal_halAddToBranch.xml Thu Feb 12 18:45:51 2026 +0000 @@ -35,8 +35,8 @@ </param> <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"/> <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"/> - <param name="upperBranchLength" type="float" min="0" label="Upper branch length" help="Length of branch from parent to insert"/> - <param name="leafBranchLength" type="float" min="0" label="Leaf branch length" help="Leaf branch length"/> + <param name="upperBranchLength" type="float" value="1" min="0" label="Upper branch length" help="Length of branch from parent to insert"/> + <param name="leafBranchLength" type="float" value="1" min="0" label="Leaf branch length" help="Leaf branch length"/> <expand macro="params_noMarkAncestors"/> </inputs> <outputs>
