Skip to content
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

Sped up testing and AA kmer counting (with Rcpp) #275

Merged
merged 6 commits into from
Nov 7, 2023

Conversation

Qile0317
Copy link
Collaborator

@Qile0317 Qile0317 commented Nov 7, 2023

see commit msgs for details. main thing is that testing is much much faster now since combined has been saved as a test object. AA kmer counting also works now in Rcpp and is faster for 1 < k <= 12. Although AA counting with k any larger than 6 takes forever to run which makes sense as the number of bins scale exponentially

@Qile0317 Qile0317 changed the title V2 Sped up testing and AA kmer counting (with Rcpp) Nov 7, 2023
@Qile0317 Qile0317 closed this Nov 7, 2023
@Qile0317 Qile0317 reopened this Nov 7, 2023
@Qile0317
Copy link
Collaborator Author

Qile0317 commented Nov 7, 2023

The latest push changed a bunch of the vdiffr svgs. I found that - at least on my local device - many of the vdiffr plots are failing because the legend on the right side was flipped and nothing wrong with the main graphic. Im not sure why its different on my device, it may be because Im on some wrong version of one of the plotting libraries? But either way, locally, 2 tests are still failing. One of which is the STARTRAC output which has some floating point differences in some string versions of numbers? And the other one is clonalBias where the dotted line is missing.

Copy link
Owner

@ncborcherding ncborcherding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good will test on Mac OS

@ncborcherding ncborcherding merged commit 357e63f into ncborcherding:v2 Nov 7, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants