Skip to content

Commit

Permalink
Merge pull request #3210 from astrovsky01/plink1.9_minor
Browse files Browse the repository at this point in the history
Plink default blank flags
  • Loading branch information
davebx authored Sep 25, 2020
2 parents 07c2255 + 5133a24 commit fa78db0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/plink/plink.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit fa78db0

Please sign in to comment.