-
Notifications
You must be signed in to change notification settings - Fork 80
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
addition of chromPeaksId to matchLamaChromPeaks()
output
#773
Conversation
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.
Looks good to me! thanks!
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.
Thanks @philouail ! Looks good to me!
Looks good to me, too. Whichever PR gets merged first, the other needs to use a version |
OK, then I'll merge this into devel and update my branch/PR with this and change the version there. |
Here is a small change to the
matchLamaChromPeaks()
and its helper function which now means that the output of the match between the anchor peaks and the chromPeaks has an extra column called chromPeaksId.First time I make a small update like this, should I still bump the version ? Or you want to do that and mention this change in a next big update ?
PS: The number of commits in this PR is due to a previous project I was working on, on this branch. It's been removed.