-
Notifications
You must be signed in to change notification settings - Fork 18
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
Exploratory results for inferCNV on non-ETP samples (SCPCP000003) #838
Merged
Merged
Changes from 13 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
412d8fb
adding inferCNV part
UTSouthwesternDSSR b802413
Merge remote-tracking branch 'origin/main' into UTSouthwesternDSSR/no…
UTSouthwesternDSSR c3c6b8c
Merge branch 'AlexsLemonade:main' into main
UTSouthwesternDSSR 9a33d0b
Add jags to system dependencies installation
jaclyn-taroni 7f532da
Add Rhtslib installation step separately to Dockerfile
jaclyn-taroni a059dde
update scripts structure
UTSouthwesternDSSR 0f075ed
Merge remote-tracking branch 'origin/main' into UTSouthwesternDSSR/no…
UTSouthwesternDSSR e31ab64
added marker genes table in final submission format
UTSouthwesternDSSR 692be0d
change directory structure
UTSouthwesternDSSR 33b2be0
change name
UTSouthwesternDSSR 3588896
add script for rerun copykat
UTSouthwesternDSSR 32423db
final submission script
UTSouthwesternDSSR 151559d
Add new scripts to CI/CD
jaclyn-taroni 514a06d
update final submission
UTSouthwesternDSSR d56c5d6
Merge remote-tracking branch 'origin/main' into UTSouthwesternDSSR/no…
UTSouthwesternDSSR b3478c7
update submission script and output
UTSouthwesternDSSR 8d9dd4c
Merge branch 'main' into main
jashapiro 7bde7e5
update scripts and readme
UTSouthwesternDSSR 9b36d48
Merge remote-tracking branch 'origin/main' into UTSouthwesternDSSR/no…
UTSouthwesternDSSR 74d9cad
exploration plots for CopyKat prediction with fine-tuned B cells
UTSouthwesternDSSR c3a7a7e
Merge branch 'main' into main
jaclyn-taroni File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Hi @UTSouthwesternDSSR,
I was looking at your PR trying to figure out the previous CI failure. It may be due to the small number of cells in the test data, but it may also be a stochastic failure, as I was able to run the whole workflow on a separate machine with the same test data. Nonetheless, it might be helpful for future debugging to add a few info messages like the ones below to help figure out where we are in the CI process.
Since you just added a small change, I will wait to see if that passes before proceeding too far!
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.
It looks like this is working now, so I just merged in the
main
branch. Whether you want to include the changes suggested above is up to you.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.
Sure, thank you! I think it is good to add some comments too. I am still doing some minor change on the script and output.