Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Update kmer-db #49740
Update kmer-db #49740
Changes from 15 commits
9a74a34
e885a28
7fd9746
43dbfea
73edda5
671bf6d
f2e29db
0d20f19
4699e19
38799bc
2036432
edef118
0eb8b13
bb4eeb4
ba2639c
a6be9b2
f890212
11c9fac
21f20c5
06b940d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
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 addition of platform support, but skip-lints need review.
The addition of support for linux-aarch64 and osx-arm64 is excellent for broader compatibility. However, the skip-lints for 'should_be_noarch_generic' and 'should_not_be_noarch_source' seem unnecessary and potentially contradictory given the nature of the package (architecture-specific binaries).
Consider removing the skip-lints section:
These lints are typically used for packages that should be architecture-independent, which doesn't apply to kmer-db as it provides architecture-specific binaries.
📝 Committable suggestion