Previous changeset 2:0d43871f45ac (2020-09-23) Next changeset 4:ac16d24f0d9d (2020-09-28) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/plink commit fa78db02447a8f83bd61825eff2d58f449c0280b" |
modified:
plink.xml |
b |
diff -r 0d43871f45ac -r 57ac42ec1be3 plink.xml --- a/plink.xml Wed Sep 23 19:09:13 2020 +0000 +++ b/plink.xml Fri Sep 25 17:48:45 2020 +0000 |
b |
@@ -614,6 +614,7 @@ <when value='No'/> <when value='Yes'> <param name='sex_select' type='select' label='Sex select' help='Filter by phenotypes, experiment, and founder state.'> + <option value=''>Do not specifically filter out based on sex or founders</option> <option value='--filter-cases'>Only include cases</option> <option value='--filter-controls'>Only include controls</option> <option value='--filter-males'>Only include males</option> @@ -622,6 +623,7 @@ <option value='--filter-nonfounders'>Only include samples with at least one known parental ID</option> </param> <param name='no_sex_select' type='select' label='No sex settings' optional='true' help='How to deal with ambiguous sex phenotypes'> + <option value=''>Change nothing with regards to ambiguous sex samples</option> <option value='--allow-no-sex'>Prevent samples with ambiguous sex frim having their phenotypes set to missing when analysis commands are run</option> <option value='--must-have-sex'>Force phenotypes of ambiguous-sex samples to missing in output</option> </param> |