Skip to content

Commit

Permalink
Merge pull request #883 from uclahs-cds/czhu-fix-docs
Browse files Browse the repository at this point in the history
Fix Documentation
  • Loading branch information
zhuchcn authored Oct 16, 2024
2 parents 6744e7d + 1300f70 commit 0608def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/parse-vep.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ moPepGen relies on Ensembl Variant Effect Predictor ([VEP](https://www.ensembl.o

Please refer to the official [VEP Tutorial](https://www.ensembl.org/info/docs/tools/vep/script/vep_tutorial.html) for instructions on downloading, installing and running VEP. The key is to ensure that the annotation version used in `VEP` is the same as the one you would like to use with moPepGen.

`parseVEP` currently only supports the TSV output of `VEP`, please set the suffix of `--output_file` to `.tsv` to ensure the correct format is outputted by `VEP`.
`parseVEP` currently only supports the TSV output of `VEP`, please set the suffix of `--output_file` to `.tsv` to ensure the correct format is outputted by `VEP`. `VEP`'s default output format is tab-delimited, and the `--tab` option adds extra columns to the output that are not used by moPepGen. So including or excluding `--tab` will not impact the results of moPepGen.

### Using an Ensembl GTF

Expand Down

0 comments on commit 0608def

Please sign in to comment.