Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Make sure non-ATRT/non-MB embryonal subtyping module uses data download #1415

Conversation

jaclyn-taroni
Copy link
Member

Splitting up changes described in #1399 (comment).

Here, I'm changing the non-ATRT/non-MB embryonal subtyping module to make sure it uses analysis files data/ (i.e., in the download), rather than files from results. In this case, there were two annotated files from individual CNV callers that are not included in the data download that I've removed. This is because the results were inconclusive, so this seemed like a good way to keep the "always use data/" consistent.

I've uncovered some new issues with CI where we need to skip some chunks. I may not have found all of them quite yet, we'll see if this passes!

Reviewers: Please review the molecular-subtyping-embryonal module in master to ensure I didn't miss anything.

Copy link
Member

@sjspielman sjspielman left a comment

Choose a reason for hiding this comment

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

This looks all in order! Just one small comment about removing a now-deprecated comment.

@@ -106,7 +125,7 @@ histologies_df <- read_tsv(histologies_file,

# copy number consensus file (analysis file)
# TODO: get this from data download
cn_consensus_seg <- file.path("..", "copy_number_consensus_call", "results",
cn_consensus_seg <- file.path(data_dir,
Copy link
Member

Choose a reason for hiding this comment

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

The comment above this can be deleted, as the TODO is now done!

@jaclyn-taroni jaclyn-taroni merged commit ab59918 into AlexsLemonade:master May 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants