Mercurial > repos > pcingola > snpeff
annotate snpEff/snpEff.xml @ 0:481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
author | pcingola |
---|---|
date | Tue, 07 Jun 2011 17:08:59 -0400 |
parents | |
children |
rev | line source |
---|---|
0
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
1 <tool id="snpEff" name="Compute SNP effect" version="0.9"> |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
2 <description>for each SNP in a file</description> |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
3 <command>java -jar /usr/local/snpEff/snpEff.jar -c /usr/local/snpEff/snpEff.config $genomeVersion $input > $output</command> |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
4 <!-- <command>java -Xmx2048M -jar /usr/local/snpEff/snpEff.jar -c /usr/local/snpEff/snpEff.config $genomeVersion $input > $output</command> --> |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
5 <inputs> |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
6 <param format="interval" name="input" type="data" label="Source file"/> |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
7 <param name="genomeVersion" type="select" label="Genome"> |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
8 <option value="hg37">Human (hg37)</option> |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
9 <option value="mm37">Mouse (mm37)</option> |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
10 </param> |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
11 </inputs> |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
12 <outputs> |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
13 <data format="tabular" name="output" /> |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
14 </outputs> |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
15 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
16 <help> |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
17 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
18 This tool computes the effect of SNPs. Current predictions include |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
19 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
20 * GENE : ENSEMBL gene ID, gene name and bio-type |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
21 * TRANSCRIPT : ENSEMBL transcript ID |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
22 * INTRON : The SNP hits a transcript, but no exons (or UTRs) |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
23 * EXON : ENSEMBL exon ID |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
24 * SYNONYMOUS_CODING : The SNP changes the DNA sequence in a way that produces the same amino acid |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
25 * NON_SYNONYMOUS_CODING : The SNP changes the DNA sequence in a way that produces a different amino acid |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
26 * STOP_GAINED : The SNP creates a new STOP codon |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
27 * STOP_LOST : The SNP changes a STOP codon into an amino acid |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
28 * UPSTREAM : The SNP is 2K bases upstream of a transcript (before 5 prime UTR) |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
29 * DOWNSTREAM : The SNP is 2K bases downstream of a transcript (after 3 prime UTR) |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
30 * 5PRIME_UTR : The SNP is in the 5 prime UTR region |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
31 * 3PRIME_UTR : The SNP is in the 3 prime UTR region |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
32 * INTERGENIC : The SNP does not any known gene or up/downstream region |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
33 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
34 ----- |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
35 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
36 .. class:: infomark |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
37 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
38 **File format** |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
39 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
40 The file format must be tab-separated format, containing five columns that correspond to: |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
41 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
42 * chromosome_name |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
43 * chromosome_start_position |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
44 * chromosome_end_position |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
45 * allele: "base_Ori / base_Snp" |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
46 * strand: {+,-} |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
47 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
48 .. class:: warningmark |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
49 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
50 **WARNING** Insertions and deletions are not supported, so chromosome_start_position is equal to chromosome_end_position:: |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
51 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
52 ----- |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
53 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
54 .. class:: infomark |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
55 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
56 **Input file format example** |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
57 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
58 This is an example of an input file:: |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
59 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
60 5 140532 140532 T/C + |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
61 12 1017956 1017956 T/A + |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
62 2 946507 946507 G/C + |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
63 14 19584687 19584687 C/T - |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
64 19 66520 66520 G/A + |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
65 8 150029 150029 A/T + |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
66 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
67 ----- |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
68 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
69 .. class:: infomark |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
70 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
71 **Output file format example** |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
72 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
73 The output file consist of one line per SNP effect. This means that you usually get more than one line per SNP. The format is tab separated cinsisting of two columns |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
74 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
75 * SNP: chr:position_besOri/baseSnp |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
76 * Effect : Effect[, EXON:ExonId, TRANSCRIPT:TranscriptId, GENE:GeneId (genenName bioType)] |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
77 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
78 This is an example of an output file:: |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
79 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
80 chr2:946507_G/C UPSTREAM, ENST00000452177 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
81 chr2:946507_G/C UPSTREAM, ENST00000450962 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
82 chr2:946507_G/C UPSTREAM, ENST00000308624 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
83 chr2:946507_G/C UPSTREAM, ENST00000407292 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
84 chr5:140532_T/C NON_SYNONYMOUS_CODING (V/A), EXON:ENSE00001319336, TRANSCRIPT:ENST00000283426, GENE:ENSG00000153404(PLEKHG4B protein_coding) |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
85 chr5:140532_T/C NON_SYNONYMOUS_CODING (V/A), EXON:ENSE00001319336, TRANSCRIPT:ENST00000398036, GENE:ENSG00000153404(PLEKHG4B protein_coding) |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
86 chr5:140532_T/C DOWNSTREAM, ENST00000398036 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
87 chr8:150029_A/T NON_SYNONYMOUS_CODING (Y/N), EXON:ENSE00001913609, TRANSCRIPT:ENST00000490482, GENE:ENSG00000223508(RPL23AP53 protein_coding) |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
88 chr12:1017956_T/A STOP_LOST (*/K), EXON:ENSE00001527897, TRANSCRIPT:ENST00000340908, GENE:ENSG00000060237(WNK1 protein_coding) |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
89 chr12:1017956_T/A STOP_LOST (*/K), EXON:ENSE00001527897, TRANSCRIPT:ENST00000252477, GENE:ENSG00000060237(WNK1 protein_coding) |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
90 chr12:1017956_T/A STOP_LOST (*/K), EXON:ENSE00001527897, TRANSCRIPT:ENST00000315939, GENE:ENSG00000060237(WNK1 protein_coding) |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
91 chr12:1017956_T/A UPSTREAM, ENST00000340908 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
92 chr14:19584687_C/T 3PRIME_UTR, ENSE00001583193, TRANSCRIPT:ENST00000409832, GENE:ENSG00000222036(POTEG protein_coding) |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
93 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
94 .. class:: warningmark |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
95 |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
96 **WARNING** You may get the same effect on one exon repeated because it acts on different transcripts:: |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
97 </help> |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
98 </tool> |
481a95ca5339
Migrated tool version 0.9 from old tool shed archive to new tool shed repository
pcingola
parents:
diff
changeset
|
99 |