-
Notifications
You must be signed in to change notification settings - Fork 2
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
Vucinick patch #10
Vucinick patch #10
Conversation
Please check if this is correct.
`run_single_sample()` and `run_integration()` are soft-deprecated since scdrake 1.4.0. Using `run_single_sample_r()` and `run_integration_r()` instead.
Clusters were ordered in the following manner 1, 10, 11, 12, 13 .. etc. Changed to 1, 2, 3, 4 etc.
If numbered clusters, order by numbers. Otherwise, keep it as is.
Bug noticed by Lucie Pfeiferova. Error when tryint to create a tibble: Column name `k1` must not be duplicated. Tibble wouldn't have unique column names because best would be a part of the k values. Fixed by taking only unique values.
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.
Good job @vucinick! I left a small comment, maybe just my misunderstanding.
You can also remove these forgotten commented lines in /~https://github.com/bioinfocz/scdrake/pull/10/files#diff-80094c1be9601ba6522be922f9abc07e36cf96a340be7529976f810f8e6a63c7R590-R594
EDIT: I've fixed the test runner script and CI now fails correctly, see /~https://github.com/bioinfocz/scdrake/actions/runs/9942667887/job/27464672026?pr=10#step:12:1001
Could you fix it, please? 🙏
Hey guys,
While using scdrake, there were a few aesthetic and technical problems I encountered. Here are my (simple) fixes. :)
Short summary of introduced changes: