Human Regulatory Mutation Database Curation Tool (HRMDBQ)
HRMDBQ is a high-performance Tauri/Angular desktop application specifically designed to streamline the annotation of non-coding Mendelian regulatory variants.
Predicting the consequences of mutations and distinguishing deleterious from neutral mutations in coding sequences are relatively straightforward thanks to the genetic code. The goal of the HRMD project is to comprehensively curate the medical literature for Mendelian disease-causing non-coding variants as a foundation for analysis and classification tools.
Installation
HRMDBQ is available as prepackaged installers for macOS, Windows, and Linux.
Latest Release
Always download the most recent version from the GitHub Releases page.
Installing on macOS
File to download: hrmdbq_<version>_aarch64.dmg
(Apple Silicon: M1/M2/M3/M4 Macs)
Unsigned Application
Because this application is open-source and distributed for free, it is not signed or notarized by Apple. macOS will warn you the first time you try to open it.
- Download: Get the
.dmgfile from the Releases page. - Install: Open the DMG and drag the app into your Applications folder.
- First Run: When you try to open it, macOS may show an error:
"App can't be opened because it is from an unidentified developer" > or
"hrmdbq is damaged and can’t be opened. You should move it to the Trash"
How to Bypass Security Warnings
Do not move the app to the trash. Choose one of the following methods:
Method 1: Terminal (Recommended) Open your Terminal (search for "Terminal" in Spotlight), paste the following command, and press ++enter++:
xattr -cr /Applications/hrmdbq.app
Method 2: System Settings 1. Open System Settings. 2. Navigate to Privacy & Security. 3. Scroll down and click "Open Anyway".
Installing on Windows
File to download: hrmdbq_<version>_x64_en-US.msi
(Standard Windows MSI)
- Download: Get the
.msiinstaller from the Releases page. - Run: Double-click to start the installer.
- SmartScreen: If Windows shows a blue dialog saying "Windows protected your PC":
- Click "More info".
- Click "Run anyway".
Note
Windows shows this for unsigned apps from new developers. Once you install and run it, the warning will not reappear.
Installing on Linux (Debian/Ubuntu)
File to download: hrmdbq_<version>_amd64.deb
(Recommended for Ubuntu/Debian flavors)
- Download: Get the
.debpackage from the Releases page. - Install: Run one of the following commands in your terminal:
sudo apt install ./hrmdbq_<version>_amd64.deb
sudo dpkg -i hrmdbq_<version>_amd64.deb