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

add bwa-mem2 #23102

Merged
merged 17 commits into from
Jul 11, 2020
Merged

add bwa-mem2 #23102

merged 17 commits into from
Jul 11, 2020

Conversation

Maarten-vd-Sande
Copy link
Member

Describe your pull request here


Please read the guidelines for Bioconda recipes before opening a pull request (PR).

  • If this PR adds or updates a recipe, use "Add" or "Update" appropriately as the first word in its title.
  • New recipes not directly relevant to the biological sciences need to be submitted to the conda-forge channel instead of Bioconda.
  • PRs require reviews prior to being merged. Once your PR is passing tests and ready to be merged, please issue the @BiocondaBot please add label command.
  • Please post questions on Gitter or ping @bioconda/core in a comment.
Please use the following BiocondaBot commands:

Everyone has access to the following BiocondaBot commands, which can be given in a comment:

@BiocondaBot please update Merge the master branch into a PR.
@BiocondaBot please add label Add the please review & merge label.
@BiocondaBot please fetch artifacts Post links to CI-built packages/containers.
You can use this to test packages locally.

For members of the Bioconda project, the following command is also available:

@BiocondaBot please merge Upload built packages/containers and merge a PR.
Someone must approve a PR first!
This reduces CI build time by reusing built artifacts.

Also, the bot watches for comments from non-members that include @bioconda/<team> and will automatically re-post them to notify the addressed <team>.

@Maarten-vd-Sande
Copy link
Member Author

@BiocondaBot update

version: {{ version }}

source:
url: https://github.com/bwa-mem2/bwa-mem2/releases/download/v2.0/bwa-mem2-{{ version }}_x64-linux.tar.bz2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we please compile from source?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These binaries were compiled with the Intel compiler and runs faster than gcc-compiled binaries. The precompiled binaries also indirectly support CPU dispatch.

I see ...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't sure what to do about that... I guess using their binaries is preferable in this case?

@Maarten-vd-Sande
Copy link
Member Author

@bgruening can you help with compiling this?

07:59:54 BIOCONDA INFO (OUT) src/fastmap.h:35:10: fatal error: zlib.h: No such file or directory
07:59:54 BIOCONDA INFO (OUT)  #include <zlib.h>

I tried following these steps (with no success):
https://bioconda.github.io/contributor/troubleshooting.html#zlib

I have limited experience with cpp and Makefiles and I am not sure how/where I should insert zlib.

@Maarten-vd-Sande
Copy link
Member Author

Plus I am not entirely sure how to proceed with the precompiled binaries. What would be the preferred way? For linux use precompiled and for osx compile?

@mbargull
Copy link
Member

@BiocondaBot please add label

@BiocondaBot BiocondaBot added the please review & merge set to ask for merge label Jul 10, 2020
@mbargull
Copy link
Member

@BiocondaBot, please fetch artifacts

@BiocondaBot
Copy link
Collaborator

Package(s) built on CircleCI are ready for inspection:

Arch Package Repodata
linux-64 bwa-mem2-2.0-he513fc3_0.tar.bz2 repodata.json

You may also use conda to install these:

  • For packages on linux-64:
conda install -c https://115444-42372094-gh.circle-artifacts.com/0/tmp/artifacts/packages <package name>

Docker image(s) built:

Package Tag Install with docker
bwa-mem2 2.0--he513fc3_0
showcurl "https://115444-42372094-gh.circle-artifacts.com/0/tmp/artifacts/images/bwa-mem2%3A2.0--he513fc3_0.tar.gz" | gzip -dc | docker load

# /Applications/Xcode-9.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/string.h:145:9: note: previous declaration is here
# errno_t memset_s(void *__s, rsize_t __smax, int __c, rsize_t __n) __OSX_AVAILABLE_STARTING(__MAC_10_9, __IPHONE_7_0);
# Cause: https://github.com/intel/safestringlib/issues/14
skip: True # [osx]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If someone wants to try to patch things to make it compile under macOS, feel free to do so! (Preferably in a subsequent PR ;).

@Maarten-vd-Sande
Copy link
Member Author

Thanks, @mbargull and @bgruening for stepping in :). I think I was in over my head on this one.

@bioconda-bot please merge

@mbargull
Copy link
Member

Well, you took the initiative, so thanks to you too :).

@mbargull
Copy link
Member

@BiocondaBot, please merge
(^-- the bot only recognizes commands if a comment starts with @BiocondaBot/@bioconda-bot)

@BiocondaBot
Copy link
Collaborator

I will attempt to upload artifacts and merge this PR. This may take some time, please have patience.

@Maarten-vd-Sande
Copy link
Member Author

Ah good to know :)

@BiocondaBot BiocondaBot merged commit a05dcac into master Jul 11, 2020
@BiocondaBot BiocondaBot deleted the bwamem2 branch July 11, 2020 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
please review & merge set to ask for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants