TrsutSQL relies on output from the RESDSQL. So, before running the MaskSQL, you should run the RESDSQL to generate the required file needed by TrsutSQL.
Since RESDSQL is a legacy code, we will use a separate virtual environment to run it.
RESDSQL requires python3.8, GCC and CUDA.
On the alliance servers you can use the following command to load the dependencies:
module load StdEnv/2020 python/3.8.10
module load gcc cudaRun the following command to setup and install the required python libraries for RESDSQL:
./install_resd.shNext, we need to download the
Use the following command to run the RESDSQL:
./run_resd.shThis command generates the file data/resd_output.json
which is used inside the MaskSQL pipeline.
After successful execution of this script, we can run the MaskSQL pipeline.