Skip to content

Commit 6ecdc1e

Browse files
authored
Set default values for upper and leaf branch lengths in halAddToBranch tool (#7673)
1 parent 07e6d5d commit 6ecdc1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/haltools/hal_halAddToBranch.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
</param>
3636
<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"/>
3737
<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"/>
39-
<param name="leafBranchLength" type="float" min="0" label="Leaf branch length" help="Leaf branch length"/>
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" value="1" min="0" label="Leaf branch length" help="Leaf branch length"/>
4040
<expand macro="params_noMarkAncestors"/>
4141
</inputs>
4242
<outputs>

0 commit comments

Comments
 (0)