Mercurial > repos > iuc > bcftools_cnv
diff bcftools_cnv.xml @ 20:143796b504eb draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit bfc4ff4956b94885638ae07a2560bac5f84fcca8
author | iuc |
---|---|
date | Tue, 16 Jul 2024 17:13:37 +0000 |
parents | 3a7084316a6e |
children | ccb83bf54de0 |
line wrap: on
line diff
--- a/bcftools_cnv.xml Thu Jan 12 15:44:39 2023 +0000 +++ b/bcftools_cnv.xml Tue Jul 16 17:13:37 2024 +0000 @@ -181,14 +181,14 @@ <param name="lrr_weight" type="hidden" value="0" /> </when> </conditional> - <param argument="--err-prob" name="err_prob" type="float" value="1e-4" label="Err Prob" help="Uniform error probability" /> - <param argument="--same-prob" name="same_prob" type="float" value="0.5" min="0" max="1" label="Same Prob"> + <param argument="--err-prob" type="float" value="1e-4" label="Err Prob" help="Uniform error probability" /> + <param argument="--same-prob" type="float" value="0.5" min="0" max="1" label="Same Prob"> <help> The prior probability of the query and the control sample being the same. Setting to 0 calls both independently, setting to 1 forces the same copy number state in both. (default: 0.5) </help> </param> - <param argument="--xy-prob" name="xy_prob" type="float" min="0." max="1." label="Xy Prob" value="1e-9"> + <param argument="--xy-prob" type="float" min="0." max="1." label="Xy Prob" value="1e-9"> <help> The HMM probability of transition to another copy number state. Increasing this value leads to smaller and more frequent calls.