-
Notifications
You must be signed in to change notification settings - Fork 44
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
perf: bump datavzrd wrapper to 2.6.0 and general bug fixes #79
Conversation
Added heatmap and QC plot to report.html
…s and updated codes
…scripts for 3prime quantification
Co-authored-by: Johannes Köster <johannes.koester@tu-dortmund.de>
Co-authored-by: Johannes Köster <johannes.koester@tu-dortmund.de>
Co-authored-by: Johannes Köster <johannes.koester@tu-dortmund.de>
Co-authored-by: Johannes Köster <johannes.koester@tu-dortmund.de>
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.
There are a lot of commits in this pull request that have changes that have long been introduced into the main branch. Could you try to identify the commits with the changes that are actually displayed when you look at the Files changes
tab here on the pull request and then cherry-pick those onto a new branch that you start from the main branch? So something like:
git checkout main
git checkout -b datavzrd-2-6-0-and-plot-dimensions
git cherry-pick <commit-hash-1> <commit-hash-2> <commit-hash-3>
git push -u origin datavzrd-2-6-0-and-plot-dimensions
Then, the new PR will be much cleaner to merge. Let me know if I can help with anything along the way.
Hi @dlaehnemann , I am confused about where and how to find |
You can either find those right here on GitHub, by clicking on a particular commit. So I for example expect that the commit Alternatively, you can find the commits locally on any machine where you have the repository cloned and the branch So you just go through the list of commits here, and find all the hashes like |
I understand it now. Thank you @dlaehnemann for the detailed explanation. It really helped. I have created a new pull request with the latest changes mentioned here. Shall I remove this pull request as this might create confusion with the new one that I created? |
With the new pull request, we can cross-reference this pull request here. So this should be pull request #80 , right? And as you probably don't need this branch here, any more, but will instead create new branches off of the |
Noted it. |
No description provided.