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 WTS support #19

Merged
merged 2 commits into from
Aug 13, 2024
Merged

Add WTS support #19

merged 2 commits into from
Aug 13, 2024

Conversation

pdiakumis
Copy link
Member

Adding datasharing support for the following (main) files output from the wts_tumor_only workflow:

wts_files <- dplyr::tribble(
    ~regex, ~type,
    "\\.bam$", "BAM_WTS_tumor",
    "\\.bam\\.bai$", "BAMi_WTS_tumor",
    "fusion_candidates\\.final$", "TSV_WTS_FusionCandidatesDragen",
    "quant\\.genes\\.sf$", "TSV_WTS_QuantificationGenes",
    "quant\\.sf", "TSV_WTS_Quantification",
  )
  wts_arriba_files <- dplyr::tribble(
    ~regex, ~type,
    "fusions\\.pdf$", "PDF_WTS_FusionsArriba",
    "fusions\\.tsv$", "TSV_WTS_FusionsArriba",
  )

You simply need to specify the new --wts argument on the CLI for WTS samples. For example:

datashare.R \
  --wts \
  --subject_id SBJ05560 \
  --library_id_tumor L2401254 \
  --csv_output urls.csv \
  --append

The rest of the options remain unchanged.

@pdiakumis pdiakumis added the enhancement New feature or request label Aug 12, 2024
@pdiakumis pdiakumis requested a review from ohofmann August 12, 2024 14:15
@pdiakumis pdiakumis self-assigned this Aug 12, 2024
Copy link
Member

@ohofmann ohofmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing - thank you! I missed the request last week; the included files should be a good starting point for the WEHI folks.

@pdiakumis pdiakumis merged commit 2375f6c into main Aug 13, 2024
3 checks passed
@pdiakumis pdiakumis deleted the wts_support branch August 13, 2024 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants