-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fixing internal call of get_sample_cn_segments in examples #17
Conversation
Could you fix the commit title by changing |
This example create empty objects
|
…ata for GAMBLR.data compatibility
The issue with the example has been corrected to use sample IDs that are available in the bundled data for compatibility with GAMBLR.data. Note, the documentation is not updated since the affected function has the
|
I think this
As a consequence, when we run
If this is important, I could change it to not leave these "leftover" objects, or maybe just create an issue. What do you think? |
Thanks for reviewing Vlad. I think the suggested update would be nice and it can be addressed in an upcoming PR. I will create an issue of this for tracking purposes. |
This tiny PR fixes an issue with the examples in
subset_cnstates
that callsget_sample_cn_segments
with old parameters. This has been resolved in this PR. The issue was revealed during beta testing of the new GAMBLR structure.