Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.23 KB

File metadata and controls

18 lines (14 loc) · 1.23 KB

Innovasea's VDAT and trackyverse R packages on macOS and Linux

The helper file contained within this repository (vdat.sh) aims to provide access to Innovasea's VDAT executable via a Docker container. This allows users to run VDAT on macOS and Linux systems, where it is not natively supported.

Installation Instructions

  1. Download Fathom Connect from Innovasea's Download page.
  2. Download the vdat.sh script from this repository into the same directory.
  3. Install Docker
  1. Open a terminal and pull the VDAT Docker image: docker pull ghcr.io/trackyverse/vdat:latest
  2. In the terminal, navigate to the directory where you downloaded the Fathom Connect installer and vdat.sh script.
  3. Make the helper script executable: chmod +x vdat.sh
  4. Run the helper script with the Fathom Connect installer as an argument: ./vdat.sh Fathom_Installer.msi. This will extract vdat.exe from the installer and place it in the same directory.

Using VDAT!

You can now run VDAT using the helper script. For example, to see the available commands, run: ./vdat.sh --help.