Skip to content

Commit

Permalink
v1.2: handles gvcf, bad inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaganathan committed Feb 17, 2019
1 parent 27c7653 commit 88e089f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cat input.vcf | spliceai -R genome.fa -A annotations.txt > output.vcf
```
Options:
- **-I**: Input VCF with variants of interest.
- **-O**: Output VCF with SpliceAI predictions included in the INFO column (`SpliceAI=ALLELE|SYMBOL|DS_AG|DS_AL|DS_DG|DS_DL|DP_AG|DP_AL|DP_DG|DP_DL`, see table below for details). Only SNVs and simple INDELS (ref or alt must be a single base) within genes are annotated. Variants in multiple genes have separate predictions for each gene.
- **-O**: Output VCF with SpliceAI predictions `SpliceAI=ALLELE|SYMBOL|DS_AG|DS_AL|DS_DG|DS_DL|DP_AG|DP_AL|DP_DG|DP_DL` included in the INFO column (see table below for details). Only SNVs and simple INDELS (ref or alt must be a single base) within genes are annotated. Variants in multiple genes have separate predictions for each gene.
- **-R**: Reference genome fasta file.
- **-A**: Gene annotation file. Can instead provide `grch37` or `grch38` to use GENCODE canonical annotation files included with the package. To create custom annotation files, use `spliceai/annotations/grch37.txt` in repository as template.

Expand Down

0 comments on commit 88e089f

Please sign in to comment.