comparison snpSift_caseControl.xml @ 5:c641d515de2e

Add stdio tags
author Jim Johnson <jj@umn.edu>
date Fri, 14 Sep 2012 13:12:02 -0500
parents ebe280eca4a4
children e9e4ff80e72b
comparison
equal deleted inserted replaced
4:ceaa79a5ee16 5:c641d515de2e
26 <param name="caseControStr" type="text" label="Case / Control" size="50"/> 26 <param name="caseControStr" type="text" label="Case / Control" size="50"/>
27 </inputs> 27 </inputs>
28 <outputs> 28 <outputs>
29 <data format="vcf" name="output" /> 29 <data format="vcf" name="output" />
30 </outputs> 30 </outputs>
31 <stdio>
32 <exit_code range=":-1" level="fatal" description="Error: Cannot open file" />
33 <exit_code range="1:" level="fatal" description="Error" />
34 </stdio>
31 35
32 <help> 36 <help>
33 37
34 Count samples are in 'case' and 'control' groups. You can count 'homozygous', 'heterozygous' or 'any' variants. Case and control are defined by a string containing plus and minus symbols ('+' and '-') where '+' is case and '-' is control. This command adds two annotations to the VCF file. 38 Count samples are in 'case' and 'control' groups. You can count 'homozygous', 'heterozygous' or 'any' variants. Case and control are defined by a string containing plus and minus symbols ('+' and '-') where '+' is case and '-' is control. This command adds two annotations to the VCF file.
35 39