Closed bwalsh closed 8 months ago
Suggested changes
---//--
This Python project is designed to process Variant Call Format (VCF) files or other sources of variant information and perform lookup operations on Genomic Variation Representation Service (GA4GH VRS) identifiers. The GA4GH VRS identifiers provide a standardized way to represent genomic variations, making it easier to exchange and share genomic information.
In addition, this project facilitates the retrieval of evidence associated with genomic alleles by leveraging the Genomic Data Representation and Knowledge Base (GA4GH MetaKB) service. GA4GH MetaKB provides a comprehensive knowledge base that links genomic variants to relevant evidence, enabling users to access valuable information about genomic alleles.
VCF File Processing:
GA4GH VRS Identifier Lookup:
Output Generation:
Error Handling:
Clone the repository:
git clone https://github.com/ohsu-comp-bio/vrs-anvil
cd vrs-anvil
Install dependencies:
🚧 Quinn Wai Please update
pip install -r requirements.txt
🚧 Quinn Wai Please update
Run the VCF processor:
vrs_anvil input.vcf
Replace input.vcf
with the name of your VCF file.
The processed VCF file with GA4GH VRS identifiers will be generated as output_processed.vcf
in the same directory.
This project is open to contributions from the research community. If you are interested in contributing to the project, please contact the project team. See the contributing guide for more information on how to contribute to the project.
🚧 Quinn Wai Please update, create license file
This project is licensed under the MIT License - see the LICENSE file for details.
README.md is out of date