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

Migration to bioconda #61

Open
sjanssen2 opened this issue Apr 25, 2019 · 2 comments
Open

Migration to bioconda #61

sjanssen2 opened this issue Apr 25, 2019 · 2 comments

Comments

@sjanssen2
Copy link
Collaborator

sjanssen2 commented Apr 25, 2019

Improvement Description
I finally was able to clean up Siavash's source code and created a bioconda recipe for SEPP, producing the packages at https://anaconda.org/bioconda/sepp

Note that this package does NOT contain the default Greengenes 13.8 99% reference (which consists of three files a) alignment b) tree c) info file.) In the future, we also want to support alternative references like SILVA.

Proposed Behavior
I wonder how we best do this? I see the following options:

  1. create conda reference packages for GG and / or SILVA
    pro: no changes to current behaviour of qiime2
    con: where to host? would bioconda accept that?
  2. provide as qiime2 Data resources
    pro: smaller downloads when qiime2 gets installed, easy to host
    con: user need to do extra work when a) install and b) execute since file paths for all three files need to be provided

Questions
Any thoughts @thermokarst @antgonza ?

References

  1. recipe
  2. https://anaconda.org/bioconda/sepp
@antgonza
Copy link
Member

Just wondering, what will be your thoughts about adding a command/method to download the available references and set them in your environment? Something like: qiime fragment-insertion --show-available-references; qiime fragment-insertion --download-reference XXX; qiime fragment-insertion --show-local-references-locations ...

@thermokarst
Copy link
Contributor

I think I am leaning towards option #2. @ebolyen and I recently discussed some potential machinery for fetching and caching data assets on a per-deployment basis, which might ease the user-burden (so, something similar to what @antgonza is proposing).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants