9  Process Data

Scripts to process new Pandemic PACT data and update the Research Information Gateway database are available at the acdc-db-search GitHub repository

9.1 Clone the Repository

  1. Open your terminal or command line interface

  2. Clone the acdc-db-search GitHub repository using one of these methods:

    • Using GitHub CLI:

      gh repo clone ecohealthalliance/acdc-db-search
    • Using HTTPS:

      git clone https://github.com/ecohealthalliance/acdc-db-search.git
  3. Navigate to the cloned repository:

    cd acdc-db-search

This repository contains all the necessary scripts for data processing and database updates. See the repository