uclahs-cds / package-moPepGen

Multi-Omics Peptide Generator
https://uclahs-cds.github.io/package-moPepGen/
GNU General Public License v2.0
6 stars 1 forks source link

Format requirement of VEP #882

Closed hsiaoyi0504 closed 1 month ago

hsiaoyi0504 commented 2 months ago

When reading documentation, I am a little confused about what's the exact input file expected for parseVEP:

The major confusion is that both default VEP format and tab format (using --tab) are both tab-delimited file. https://www.ensembl.org/info/docs/tools/vep/vep_formats.html

zhuchcn commented 1 month ago

parseVEP only uses the first 13 columns of VEP output. --tab adds a header and several additional columns not used by moPepGen. So both with and without --tab is fine.