-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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 r-mfassignr to 1.1.2 #51813
Update r-mfassignr to 1.1.2 #51813
Conversation
📝 WalkthroughWalkthroughThis pull request introduces an update to the Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (3)recipes/r-mfassignr/meta.yaml (3)Line range hint The package configuration follows Bioconda best practices:
The SHA256 checksum has been updated. Let's verify it matches the source tarball.
The version has been updated to 1.1.2. Let's verify the release exists and is accessible. ✅ Verification successful✓ Version 1.1.2 tag exists and is valid The tag 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Verify the version tag exists and URL is accessible
# Test 1: Check if the version tag exists in the repository
gh release view v1.1.2 --repo RECETOX/MFAssignR
# Test 2: Verify the source URL is accessible (should return HTTP 200)
curl -sI "https://github.com/RECETOX/MFAssignR/archive/refs/tags/v1.1.2.tar.gz" | head -n 1
Length of output: 345 Script: #!/bin/bash
# Let's try a different approach to verify the version and URL
# Check if the tag exists using git ls-remote
git ls-remote --tags https://github.com/RECETOX/MFAssignR.git "v1.1.2"
# Check URL accessibility with wget instead of curl
wget --spider -S "https://github.com/RECETOX/MFAssignR/archive/refs/tags/v1.1.2.tar.gz" 2>&1
Length of output: 288 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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Update
r-mfassignr
: 1.1.1 → 1.1.2recipes/r-mfassignr
(click to view/edit other files)Home | https://github.com/RECETOX/MFAssignR
Releases |https://github.com/RECETOX/MFAssignR/tags
Recipe Maintainer(s) | @hechth, @KristinaGomoryova
Author |
@RECETOX
This pull request was automatically generated (see docs).