-
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
add hint recipe #14195
add hint recipe #14195
Conversation
Nicely done @suwangbio ! Are you a member of bioconda yet? If not I'll add you so you can merge this. |
No, I am not. Please add me as a member.
Thanks,
Su
… On Mar 27, 2019, at 16:04, Devon Ryan ***@***.***> wrote:
Nicely done @suwangbio <https://github.com/suwangbio> ! Are you a member of bioconda yet? If not I'll add you so you can merge this.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#14195 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AQ6M6qDkjWLiPkFS1YoPGdsVicFpg6s7ks5va87LgaJpZM4cM3sy>.
|
Welcome @suwangbio ! |
build: | ||
number: 0 | ||
noarch: python | ||
#script: $PYTHON -m pip install --no-deps --ignore-installed --no-cache-dir . |
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.
@suwangbio is that not working? I would prefer this line and remove the buid.sh script altogether.
@@ -0,0 +1,53 @@ | |||
{% set version = "2.0.1" %} |
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.
This version is not the same as you download? It should be 2.0.2
- bwa >=0.7.16 | ||
- r-mgcv | ||
- r-strucchange | ||
- r-Cairo |
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.
r-cairo, I'm wondering why this is working at all :(
run: | ||
- python >=3.5 | ||
- perl >=5 | ||
- R >=3.4 |
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.
r-base
ℹ️
Bioconda has finished the GCC7 migration. If you are dealing with C/C++ or Python package it can be that you need to rebuild other dependent packages. Bioconda utils - update-pinning will assist you with that. If you have any questions please use issue 13578.