comparison snpSift_extractFields.xml @ 6:824f78c0d0df

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 915e0f28e6bc2701ca8f333d7b30cf399cd6e9da-dirty
author jjohnson
date Mon, 25 Jan 2016 17:40:56 -0500
parents baf6602903e1
children 2f40467536cf
comparison
equal deleted inserted replaced
4:baf6602903e1 6:824f78c0d0df
24 > $output 24 > $output
25 ]]> 25 ]]>
26 </command> 26 </command>
27 <inputs> 27 <inputs>
28 <param format="vcf" name="input" type="data" label="Variant input file in VCF format"/> 28 <param format="vcf" name="input" type="data" label="Variant input file in VCF format"/>
29 <param name="extract" type="text" label="Extract" size="160" help="Need help? See below a few examples." /> 29 <param name="extract" type="text" label="Extract" help="Need help? See below a few examples." />
30 <param name="one_effect_per_line" type="boolean" truevalue="yes" falsevalue="no" checked="false" label="One effect per line" help="When variants have more than one effect, lists one effect per line, while all other parameters in the line are repeated across mutiple lines" /> 30 <param name="one_effect_per_line" type="boolean" truevalue="yes" falsevalue="no" checked="false" label="One effect per line" help="When variants have more than one effect, lists one effect per line, while all other parameters in the line are repeated across mutiple lines" />
31 <param name="separator" type="text" value="" optional="true" label="multiple field separator" size="1" help="Separate multiple fields in one column with this character, e.g. a comma, rather than a column for each of the multiple values"> 31 <param name="separator" type="text" value="" optional="true" label="multiple field separator" help="Separate multiple fields in one column with this character, e.g. a comma, rather than a column for each of the multiple values">
32 </param> 32 </param>
33 <param name="empty_text" type="text" value="" optional="true" label="empty field text" size="10" help="Represent empty fields with this value, rather than leaving them blank" > 33 <param name="empty_text" type="text" value="" optional="true" label="empty field text" help="Represent empty fields with this value, rather than leaving them blank" >
34 </param> 34 </param>
35 </inputs> 35 </inputs>
36 <outputs> 36 <outputs>
37 <data format="tabular" name="output" /> 37 <data format="tabular" name="output" />
38 </outputs> 38 </outputs>
86 MQ 86 MQ
87 etc. (any info field available) 87 etc. (any info field available)
88 SnpEff 'ANN' fields: 88 SnpEff 'ANN' fields:
89 "ANN[*].ALLELE" (alias GENOTYPE) 89 "ANN[*].ALLELE" (alias GENOTYPE)
90 "ANN[*].EFFECT" (alias ANNOTATION): Effect in Sequence ontology terms (e.g. 'missense_variant', 'synonymous_variant', 'stop_gained', etc.) 90 "ANN[*].EFFECT" (alias ANNOTATION): Effect in Sequence ontology terms (e.g. 'missense_variant', 'synonymous_variant', 'stop_gained', etc.)
91 "ANN[*].IMPACT:" { HIGH, MODERATE, LOW, MODIFIER } 91 "ANN[*].IMPACT" { HIGH, MODERATE, LOW, MODIFIER }
92 "ANN[*].GENE:" Gene name (e.g. 'PSD3') 92 "ANN[*].GENE" Gene name (e.g. 'PSD3')
93 "ANN[*].GENEID:" Gene ID 93 "ANN[*].GENEID" Gene ID
94 "ANN[*].FEATURE 94 "ANN[*].FEATURE"
95 " ANN[*].FEATUREID (alias TRID: Transcript ID) 95 "ANN[*].FEATUREID" (alias TRID: Transcript ID)
96 "ANN[*].BIOTYPE:" Biotype, as described by the annotations (e.g. 'protein_coding') 96 "ANN[*].BIOTYPE" Biotype, as described by the annotations (e.g. 'protein_coding')
97 "ANN[*].RANK:" Exon or Intron rank (i.e. exon number in a transcript) 97 "ANN[*].RANK" Exon or Intron rank (i.e. exon number in a transcript)
98 "ANN[*].HGVS_C" (alias HGVS_DNA, CODON): Variant in HGVS (DNA) notation 98 "ANN[*].HGVS_C" (alias HGVS_DNA, CODON): Variant in HGVS (DNA) notation
99 "ANN[*].HGVS_P" (alias HGVS, HGVS_PROT, AA): Variant in HGVS (protein) notation 99 "ANN[*].HGVS_P" (alias HGVS, HGVS_PROT, AA): Variant in HGVS (protein) notation
100 "ANN[*].CDNA_POS" (alias POS_CDNA) 100 "ANN[*].CDNA_POS" (alias POS_CDNA)
101 "ANN[*].CDNA_LEN" (alias LEN_CDNA) 101 "ANN[*].CDNA_LEN" (alias LEN_CDNA)
102 "ANN[*].CDS_POS" (alias POS_CDS) 102 "ANN[*].CDS_POS" (alias POS_CDS)