Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: error when setting case_control_gwas=true #291

Merged
merged 1 commit into from
May 30, 2024

Commits on May 21, 2024

  1. Fix error when setting case_control_gwas=true

    Issue: When setting case_control_gwas = true in the config file, an error
           occurred due to a missing subject_level/gwas.txt file.
    
    Cause: The gwas rule requires subject_level/gwas.txt as input. However,
           the script used by the agg_population_qc_tables rule generates
           this file, but it wasn't listed as an output.
    
    Solution: This commit explicitly adds gwas.txt as an output of the
              agg_population_qc_tables rule, ensuring the gwas rule correctly
              waits for its dependency before execution.
    jaamarks committed May 21, 2024
    Configuration menu
    Copy the full SHA
    865b9cf View commit details
    Browse the repository at this point in the history