Software
vcf2fhir- A New Tool to Convert VCF files into HL7 FHIR Format

A new utility is developed to convert variant calling format (VCF) files into HL7 FHIR format for the purpose of genomics electronic health records (EHR) integration. This is known as vcf2fhir [1].
Fast healthcare interoperability resource (FHIR) is a data format and an application programming interface to exchange EHR. HL7 FHIR language is an emerging language for EHR interoperability. vcf2fhir utility converts VCF files into HL7 FHIR diagnostic report.
How does vcf2fhir work?
- It takes the VCF file as input.
- vcf2fhir converts each row in the VCF file into a corresponding FHIR-formatted variant.
- These variants include MNVs, SNVs, Indels, zygosity, and phase relationship.
- Users are allowed to input genome build (‘GRCh37’ or ‘GRCh38’), a conversion region, a studied region that includes genomic regions already studied, and a non-callable region that includes studied uncallable regions.
The source code of vcf2fhir is available on Github. The software is written in python and is platform-independent.
For further information, read here.
References
- Dolin, R.H., Gothi, S.R., Boxwala, A. et al. (2021). vcf2fhir: a utility to convert VCF files into HL7 FHIR format for genomics-EHR integration. BMC Bioinformatics 22, 104.
Software
How to execute matlab from terminal in Ubuntu (Linux)?

While trying to install Matlab [1], it generally gives an error stating “matlab: command not found.”. Here, we provide a solution to this error.
Software
How to install Kpax on Ubuntu (Linux)?

Kpax is a bioinformatics program to search and align protein structures [1]. It is currently available for Linux platforms only. In this article, we are going to install the latest version of Kpax (5.1.3) on Ubuntu (Linux). (more…)
Secondary structure
How to run do_dssp command (mkdssp) in Gromacs 2022?

In the latest version of GROMACS (2022) [1], there are some issues regarding the gmx do_dssp command. Apparently, this command either does not run displaying a fatal error, or if it runs then it does not read any frame from MD simulation files. In this article, we are going to run the same command for GROMACS 2022. (more…)
You must be logged in to post a comment Login