comparison TriageRareGenotypes.xml @ 0:0d7a85ddac86 default tip

initial commit of project
author Yusuf Ali <ali@yusuf.email>
date Wed, 25 Mar 2015 13:44:41 -0600
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0d7a85ddac86
1 <?xml version="1.0"?>
2
3 <tool id="hgvs_combine_1" name="Triage cohort rare/novel variants">
4 <description>from combined cohort HGVS table</description>
5 <version_string>rare_triage -v</version_string>
6 <command interpreter="perl">rare_triage $input_hgvs_table $output_novel_gene_table $output_rare_gene_table $rare_freq $long_gene_threshold $non_coding
7
8
9 </command>
10 <inputs>
11 <param format="achri_snp_table" name="input_hgvs_table" type="data" label="A combined, non-collapsed HGVS annotation table for a cohort, with the sample names in the last column"/>
12 <param name="rare_freq" type="float" value="0.001" min="0" max="1" label="Max. minor allele frequency" help=" for reporting homozygous 'rare' variants"/>
13 <param name="long_gene_threshold" type="integer" value="30000" label="Gene length threshold" help="for making 'Exceptionally long gene' marginal cohort call"/>
14 <param name="non_coding" type="boolean" truevalue="true" falsevalue="false" value="False" label="Report non-coding variants as well?"/>
15 </inputs>
16 <outputs>
17 <data format="tabular" name="output_novel_gene_table" type="data" label="Table of novel cohort variants"/>
18 <data format="tabular" name="output_rare_gene_table" type="data" label="Table of rare/marginal call cohort variants"/>
19 </outputs>
20
21 <tests>
22 </tests>
23
24 <help>
25 This tool takes a combined HGVS table of genotype calls for a cohort, and generates two tables. The first lists genes with novel homozygous variants in all samples, allowing for locus heterogeneity. The second table lists genes with marginal calls (e.g. lots of genotyping caveats), or very rare minor allele frequencies in the general population.
26 </help>
27
28 </tool>