This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 83
Make sure non-ATRT/non-MB embryonal subtyping module uses data download #1415
Merged
jaclyn-taroni
merged 12 commits into
AlexsLemonade:master
from
jaclyn-taroni:jaclyn-taroni/1399-embryonal-use-data
May 22, 2022
Merged
Make sure non-ATRT/non-MB embryonal subtyping module uses data download #1415
jaclyn-taroni
merged 12 commits into
AlexsLemonade:master
from
jaclyn-taroni:jaclyn-taroni/1399-embryonal-use-data
May 22, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rip out other sex chromosome files not included in data download
Also rerun
This was referenced May 19, 2022
Merged
sjspielman
approved these changes
May 20, 2022
There was a problem hiding this 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, |
There was a problem hiding this comment.
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!
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 usedata/
" 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 inmaster
to ensure I didn't miss anything.