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

use chrX and chrY to match sex chromosomes #713

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Aug 19, 2024

  1. use chrX and chrY to match sex chromosomes

    The ploidy estimation script uses string comparison to "X" and "Y" to
    identify sex chromsomes, but the ploidy matrix input to the script uses
    "chrX" and "chrY" for the sex chromsomes. This commit updates the script
    to correctly identify sex chrosomomes.
    CuriousTim committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5e0bc16 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    e3fe34a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Add allosome contigs input to EvidenceQC

    Update the ploidy estimation script and associated WDLs to accept a
    custom set of allosome contigs, with the default being chrX and chrY.
    CuriousTim committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    31cafce View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Separate allosome inputs for PloidyEstimation

    Expose separate inputs to specify the allosomal contig names in
    PloidyEstimation with the defaults being "chrX" and "chrY".
    CuriousTim committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2f29a6f View commit details
    Browse the repository at this point in the history
  2. Revert usage of allosomal contigs file

    The method to pass the names of the allosomes to PloidyEstimation was
    changed from passing a file to passing two strings, but some calling
    workflows were not updated to reflect the change. This commit fixes the
    inputs.
    CuriousTim committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3b18fb2 View commit details
    Browse the repository at this point in the history