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

Update abyss to 2.3.10 #51492

Merged
merged 3 commits into from
Oct 21, 2024
Merged

Update abyss to 2.3.10 #51492

merged 3 commits into from
Oct 21, 2024

Conversation

BiocondaBot
Copy link
Collaborator

@BiocondaBot BiocondaBot commented Oct 18, 2024

Update abyss: 2.3.92.3.10

install with bioconda Conda

Info Link or Description
Recipe recipes/abyss (click to view/edit other files)
Summary Assembly By Short Sequences - a de novo, parallel, paired-end short read sequence assembler.
Home https://www.bcgsc.ca/platform/bioinfo/software/abyss
Releases
Author @bcgsc

This pull request was automatically generated (see docs).

@BiocondaBot BiocondaBot added autobump Automatic Version Update new version labels Oct 18, 2024
Copy link
Contributor

coderabbitai bot commented Oct 18, 2024

📝 Walkthrough
📝 Walkthrough

Walkthrough

The pull request introduces modifications to the meta.yaml file for the "abyss" package. The primary changes include an increment of the version number from "2.3.9" to "2.3.10". Alongside this version update, the source URL has been changed to reflect the new version, transitioning from abyss-2.3.9.tar.gz to abyss-2.3.10.tar.gz. Additionally, the SHA256 checksum has been updated to correspond with the new version, changing from 55f0b27b67b4486dc6cbe132c0f4c228ee4f9e86c56292a7b50633df87e3212e to bbe42e00d1ebb53ec6afaad07779baaaee994aa5c65b9a38cf4ad2011bb93c65. Additional build requirements have been added, including automake, autoconf, and libtool, while the run requirements now explicitly include boost-cpp. The about section has been updated with a new license_family field and minor formatting changes to various fields. The doc_url has been updated to point to the README for the specific version. In the build.sh script, two environment variables, M4 and LDFLAGS, have been introduced, and the build process has been enhanced with the use of autoreconf -if. The config.patch file has been updated to improve compatibility with Apple silicon by recognizing the arm64-apple architecture.

Possibly related PRs

  • bambamc: add aarch64/arm64 builds #51067: This PR adds aarch64/arm64 builds, which is relevant as the main PR also involves updates to the meta.yaml file for the "abyss" package, including build requirements.
  • mashmap: add aarch64 build #51161: Similar to the main PR, this PR updates the meta.yaml file for the mashmap package to include support for aarch64 architecture, indicating a focus on architecture-specific changes.
  • added arm and aarch64 builds #51184: This PR introduces ARM and AArch64 builds for the mbgc recipe, aligning with the architecture updates in the main PR.
  • pepnovo: add aarch64/arm64 build #51206: This PR adds support for aarch64/arm64 builds for the pepnovo package, which is related to the architecture updates in the main PR.
  • Update qtlseq to 2.2.8 #51471: This PR updates the meta.yaml file for the qtlseq package, which includes version and checksum updates similar to those in the main PR for the "abyss" package.

Suggested labels

help wanted


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Outside diff range and nitpick comments (1)
recipes/abyss/build.sh (1)

15-16: Good addition of autoreconf and improved command formatting.

The addition of autoreconf -if ensures that the configure script and related files are up-to-date, which is particularly useful when building from a development version or when autotools files have been modified.

The multi-line formatting of the ./configure command improves readability.

For consistency with the rest of the script, consider using double quotes for the --prefix argument:

-./configure --prefix="${PREFIX}" \
+./configure --prefix="${PREFIX}" \
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Files that changed from the base of the PR and between 44f78a4 and e1e3cf0.

📒 Files selected for processing (3)
  • recipes/abyss/build.sh (2 hunks)
  • recipes/abyss/config.patch (0 hunks)
  • recipes/abyss/meta.yaml (4 hunks)
💤 Files with no reviewable changes (1)
  • recipes/abyss/config.patch
🚧 Files skipped from review as they are similar to previous changes (1)
  • recipes/abyss/meta.yaml
🧰 Additional context used
🔇 Additional comments (3)
recipes/abyss/build.sh (3)

3-4: Excellent addition of environment variables for improved build process.

The new environment variables enhance the build process:

  1. M4="${BUILD_PREFIX}/bin/m4" ensures the correct m4 macro processor is used.
  2. Appending -L${PREFIX}/lib to LDFLAGS adds the conda environment's lib directory to the library search path.

These changes improve the reliability and consistency of the build process across different environments.


22-22: Excellent improvements to the make command.

The updates to the make command bring two significant improvements:

  1. AM_CXXFLAGS="-Wall" enables all compiler warnings, helping to catch potential issues early in the development process.
  2. -j"${CPU_COUNT}" enables parallel compilation, which can significantly reduce build times, especially on multi-core systems.

These changes align with best practices for building software packages and should improve both the quality and efficiency of the build process.


17-21: Good updates to configure options, but clarification needed.

The changes to the configure options are generally positive:

  1. Explicitly setting C++14 standard ensures consistency.
  2. Adding --with-* options ensures correct dependency usage from the conda environment.
  3. Fallback to print config.log aids in debugging.

However, two points require attention:

  1. The addition of -O3 optimization flag may improve performance but could potentially introduce subtle bugs. Ensure thorough testing with this optimization level.
  2. The --without-sqlite option disables SQLite support. Is this intentional? If so, please document the reason for this change.

To verify the impact of disabling SQLite, please run:

✅ Verification successful

SQLite exclusion verified and appropriate.

No additional instances of SQLite usage found in the recipes/abyss/ codebase. The --without-sqlite flag appears to be intentionally set and does not affect other functionalities.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check if SQLite was previously used in the package
rg -i "sqlite" recipes/abyss/

Length of output: 88

@mencian mencian merged commit ee7cc6a into master Oct 21, 2024
7 checks passed
@mencian mencian deleted the bump/abyss branch October 21, 2024 08:27
Copy link
Contributor

@martin-raden martin-raden 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autobump Automatic Version Update new version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants