Skip to content

Commit

Permalink
Merge pull request #129 from molgenis/fix/readme_duplicate_vep_flag
Browse files Browse the repository at this point in the history
fix: README VEP duplicate flag
  • Loading branch information
bartcharbon authored Aug 11, 2022
2 parents bb270ff + 3d26359 commit e77e90c
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 @@ -69,7 +69,7 @@ command:
vep --input_file <path to your input file> --format vcf --output_file <path to your output file> --vcf --compress_output gzip --force_overwrite
--sift s --polyphen s --numbers --symbol --shift_3prime 1 --allele_number --refseq --total_length
--no_stats --offline --cache --dir_cache </path/to/cache/105> --species "homo_sapiens" --assembly <GRCh37 or GRCh38> --fork 4
--dont_skip --allow_non_variant --use_given_ref --exclude_predicted --use_given_ref --flag_pick_allele
--dont_skip --allow_non_variant --use_given_ref --exclude_predicted --flag_pick_allele
--plugin SpliceAI,snv=<path/to/raw_scores_snv.vcf.gz>,indel=</path/to/raw_scores_indel.vcf.gz> --dir_plugins <path to your VEP plugin directory>
```

Expand Down

0 comments on commit e77e90c

Please sign in to comment.