-
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
Adding new recipe (ncbi/TPMcalculator) and bumping igvtools and sra-tools to latest versions #15751
Conversation
Welcome to Bioconda, @r78v10a07! Thank you for opening your first pull request! As you're new to Bioconda, please read through our documentation about contributing recipes. If you need help, please ping one of the following teams:
You can also join our Gitter channel to find help. Please ping If you would like to join Bioconda, please mention that to |
In this PR there are two software that needs g++ for its compilation. The meta file include the compiler macros:
However, the test failed with error:
Both recipes are build correctly in my local
Could anyone from @bioconda/lib help, please? |
Repeating comment from @r78v10a07 to enable @mention:
|
@r78v10a07 The compilers aren't actually named |
@BiocondaBot lint |
Package(s) built on CircleCI are ready for inspection:
You may alsu use
Docker image(s) built:
|
@r78v10a07 As far as I can tell this is good to go (I recall you confirming that remote blast should still work). If that's correct, I'll approve the PR and merge it. BTW, shall I add you to bioconda? |
@dpryan79 , I agree that everything is working fine. I tested the packages in OS and Linux and all work fine. |
…ools to latest versions (bioconda#15751) * Adding new version of IGVtools * Updating SRA-Tools to version 2.9.6 * Updating IGVtools build number to 0 * Adding new recipes and moving SRA-tools to the black list due to g++ not found error while testing * Adding new correct compiler to the SRA-tools meta * Changing compiler macro * inject compilers into tpmcalculator * try injecting compilers into ncbi-vdb * Injecting compilers in the sra-tools * Injecting compilers in the sra-tools * Injecting compilers in the sra-tools including the BUILD_PREFIX/bin in the PATH * Injecting compilers in the sra-tools including the BUILD_PREFIX/bin in the PATH * Adding the option to use bundled JDK
Bioconda requires reviews prior to merging pull-requests (PRs). To facilitate this, once your PR is passing tests and ready to be merged, please add the
please review & merge
label so other members of the bioconda community can have a look at your PR and either make suggestions or merge it. Note that if you are not already a member of the bioconda project (meaning that you can't add this label), please ping@bioconda/core
so that your PR can be reviewed and merged (please note if you'd like to be added to the bioconda project). Please see #15332 for more details.