Add mifaser#11643
Draft
vinisalazar wants to merge 6 commits into
Draft
Conversation
Co-authored-by: Nick Waters <nickp60@gmail.com> Co-authored-by: Mirae Baichoo <miraep8@gmail.com>
Co-authored-by: Nick Waters <nickp60@gmail.com> Co-authored-by: Mirae Baichoo <miraep8@gmail.com>
Co-authored-by: Nick Waters <nickp60@gmail.com> Co-authored-by: Mirae Baichoo <miraep8@gmail.com>
Co-authored-by: Nick Waters <nickp60@gmail.com> Co-authored-by: Mirae Baichoo <miraep8@gmail.com>
Co-authored-by: Nick Waters <nickp60@gmail.com> Co-authored-by: Mirae Baichoo <miraep8@gmail.com>
8 tasks
|
Thanks @vinisalazar! I emailed the authors of Mifaser to ask them to push a new version to pypi. The Bioconda folks want stuff coming direct from Pypi so their recipe updater bots can keep things current. In the meantime, could you maybe set the command to prepend the database with And just FYI their is an official docker container https://hub.docker.com/r/bromberglab/mifaser/tags. I built the ghcr.io/vdblab/mifaser:1.64d container because I needed version tagged versions rather than the "latest" or "dev" tags. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds mifaser for functional annotation of metagenomic reads via EC number assignment (DOI: 10.1093/nar/gkx1209).
Work towards nf-core/funcprofiler#52, nf-core/funcprofiler#58
Notes on container
The bioconda package (mifaser=1.60) and the tool's own container (ghcr.io/vdblab/mifaser:1.64d) have incompatible --databasefolder semantics:
os.path.join(pkg_dir, 'database', args.databasefolder)), making it unusable with a user-provided database path unless an absolute path is passed.This module uses ghcr.io/vdblab/mifaser:1.64d to work around the 1.60 bug. This fails the container_links lint check. A proper fix would require either:
Currently the mifaser code is available on BitBucket: https://bitbucket.org/bromberglab/mifaser/ and version 1.64 is available, but the bioconda recipe points to the PyPI release which is still 1.60
@nickp60 do you think we could set the bioconda recipe to get the tarball from a bitbucket tag endpoint instead? For example, a link from https://bitbucket.org/bromberglab/mifaser/downloads/?tab=tags