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 quantms-utils to 0.0.12 #51357

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Update quantms-utils to 0.0.12 #51357

wants to merge 20 commits into from

Conversation

BiocondaBot
Copy link
Collaborator

@BiocondaBot BiocondaBot commented Oct 13, 2024

Update quantms-utils: 0.0.110.0.12

install with bioconda Conda

Info Link or Description
Recipe recipes/quantms-utils (click to view/edit other files)
Summary Python package with scripts and helpers for the quantms workflow.
Home https://www.github.com/bigbio/quantms-utils
Releases https://pypi.org/pypi/quantms_utils/json
Recipe Maintainer(s) @ypriverol

This pull request was automatically generated (see docs).

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

coderabbitai bot commented Oct 13, 2024

📝 Walkthrough
📝 Walkthrough

Walkthrough

The pull request involves an update to the meta.yaml file for the quantms-utils package. The version number has been incremented from "0.0.11" to "0.0.12". Additionally, the SHA256 checksum for the source package has been updated from f1205db7526f09d36606288782363b352546a100b4763c16d988d7cdb45bf26f to 99ecf7e68acad272749040b231701018aaa76c391ceb234eaefd6f6842c2a4e6. The setuptools and poetry-core dependencies have been added to the host requirements. The version of the sdrf-pipelines dependency has been updated from ">=0.0.29" to ">=0.0.31". New dependencies pyarrow and protobuf have been added to the run requirements. The Python version constraint in the host requirements has been modified to remove the upper limit for Python, changing from ">=3.8,<4.0" to ">=3.8". The installation script has been updated to include --no-build-isolation and --no-cache-dir options. Minor formatting changes have been made to the about section, including the addition of a license_family field and a doc_url field.

Possibly related PRs


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Files that changed from the base of the PR and between 7addd40 and 6252b52.

📒 Files selected for processing (1)
  • recipes/quantms-utils/meta.yaml (2 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • recipes/quantms-utils/meta.yaml

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.

@ypriverol ypriverol self-requested a review October 13, 2024 11:32
@ypriverol
Copy link
Contributor

@bgruening, For some reason, the bioconda.bioconda-recipes is cancelled but without a clear reason. Have you seen this before?

@ypriverol
Copy link
Contributor

@mencian can you check why the building of the package is taking so long? but in arm is really quick.

@mencian
Copy link
Contributor

mencian commented Oct 15, 2024

@ypriverol this seems to be happening with other PRs as well; not exactly sure of the cause. See #51354, #51373, #51378. I'll look into this some more~

@ypriverol
Copy link
Contributor

@bgruening can you help us here ?

@ypriverol
Copy link
Contributor

@mencian do you know who can help us here?

@mencian
Copy link
Contributor

mencian commented Oct 17, 2024

@ypriverol Sorry for the late response - there's no obvious way to workaround the limited resources on the Azure machines, which are capped at 2 cores and 7GB memory. One way is to build this recipe on the bulk branch, which has machines with 16GB memory, though I haven't tinkered with anything on the bulk branch before.

@ypriverol
Copy link
Contributor

Thanks @mencian we managed to build the recipe in GitHub actions https://github.com/bigbio/quantms-utils/actions/runs/11313535585/job/31462424827 from this recipe: https://github.com/bigbio/quantms-utils/blob/main/recipe/meta.yaml But I don't see differences major here.

Let's wait until @bgruening gives us here a suggestion.

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.

4 participants