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

Add TRGT Special-purpose caller #412

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

Commits on Jul 20, 2023

  1. Added TRGT.wdl

    Added task and workflow for running TRGT to genotype tandem repeats in each sample. Included URL to the catalog used on the Phase1 Long Reads data. The WDL currently uses a container stored in AWS's container registry.
    mdanzi authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    98df965 View commit details
    Browse the repository at this point in the history
  2. Added folder to create lr-trgt docker image

    Added the lr-trgt folder with Dockerfile and Makefile which specifies how the lr-trgt docker image was created that is referenced in the TRGT.wdl task/workflow. The Makefile is currently configured to push a new build of this image to us.gcr.io/broad-dsp-lrma/lr-trgt. If done, the TRGT.wdl task should be updated to use that container as well.
    mdanzi authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5f76777 View commit details
    Browse the repository at this point in the history
  3. Add TRGT to PBCCSWholeGenome.wdl

    Added logic to run the TRGT sub-workflow as part of the HiFi variant calling workflow
    mdanzi authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d20883a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

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

Commits on Mar 1, 2024

  1. Update Dockerfile

    Updated trgt to v0.8.0 and added T2T repeat catalog
    mdanzi authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    53f8e5d View commit details
    Browse the repository at this point in the history
  2. Update TRGT.wdl

    Update TRGT to use v0.8.0 and to allow karyotype-specific analyses
    mdanzi authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d433589 View commit details
    Browse the repository at this point in the history
  3. Update Makefile

    Version bump
    mdanzi authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3974b44 View commit details
    Browse the repository at this point in the history
  4. Update PBCCS_CallTRs.wdl

    updated trgt pipeline to support karyotype-specific calling
    mdanzi authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    673bb03 View commit details
    Browse the repository at this point in the history
  5. Update PBCCS_CallTRs.wdl

    Correct repeat catalog filename
    mdanzi authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    15adde1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12b0413 View commit details
    Browse the repository at this point in the history
  7. Create PBCCS_CallTRs_exampleInputs_T2T.json

    T2T example
    mdanzi authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f6f8c10 View commit details
    Browse the repository at this point in the history
  8. Update PBCCS_CallTRs_exampleInputs_GRCh38.json

    Corrected values in example
    mdanzi authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    37eaee2 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    9454e44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    723b058 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78bfab5 View commit details
    Browse the repository at this point in the history
  4. Update TRGT.wdl to v1.0

    mdanzi authored May 21, 2024
    Configuration menu
    Copy the full SHA
    0a895f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2c4a98 View commit details
    Browse the repository at this point in the history
  6. Update Dockerfile

    mdanzi authored May 21, 2024
    Configuration menu
    Copy the full SHA
    a54ed63 View commit details
    Browse the repository at this point in the history
  7. Update Dockerfile

    mdanzi authored May 21, 2024
    Configuration menu
    Copy the full SHA
    aa66981 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c7fc74 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    269d0d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Add bgzipped output files

    mdanzi authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5b796bc View commit details
    Browse the repository at this point in the history