-
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 phables to 1.4.1 #51043
Update phables to 1.4.1 #51043
Conversation
📝 Walkthrough📝 WalkthroughWalkthroughThe pull request updates the Changes
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
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 (
|
Please don't merge this PR yet. I have to edit it to skip the Windows build. Thanks! |
@Vini2 I have converted it to a draft so no one accidentally merges it. Convert it back when you are happy with your edits and I will approve. |
@BiocondaBot please add label |
|
||
build: | ||
number: 0 | ||
noarch: python | ||
noarch: false |
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.
What is the reason for this change ?
I see no arch specific binaries built by the recipe: #51124 (comment)
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.
I only wanted to skip the Windows build as an environment created in phables uses fraggenescan and hmmer which only support linux and osx. These environments are created once phables is installed as it's a snakemake tool.
Is there a way to not allow Windows machines to install?
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.
Normally you would use the build/skip
entry if you want to skip windows. So, to skip windows, you would do
build:
skip: True # [win]
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.
Though it does also say that if you shouldn't use a preselector (e.g., # [win]
) with noarch
packages. So I think you would have to remove the noarch
key within build
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.
Bioconda does not build for Windows anyway. Only Linux and OSX are supported at the moment.
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.
So what would be the best way to specify this in the recipe?
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.
Honestly I do not see a better solution than the current one.
You want to avoid Windows users to try to install the package, so you dropped noarch
.
If you decide to go back to noarch
then you can tell the users that Bioconda does not support Windows. It is written at the very top of the home page (https://bioconda.github.io/):
NOTE: Bioconda supports only Linux (64-bit and AArch64) and macOS (x86_64 and ARM64)
Update
phables
: 1.4.0 → 1.4.1recipes/phables
(click to view/edit other files)This pull request was automatically generated (see docs).