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

Coding Hack Request: add option to install data manager when installing a tool #50

Open
frederikcoppens opened this issue Jun 26, 2016 · 4 comments

Comments

@frederikcoppens
Copy link
Collaborator

When installing a tool, you need to separately install the data managers to generate indices, ... Could this be added as a (default on) option upon tool install?

@mvdbeek
Copy link
Collaborator

mvdbeek commented Jun 26, 2016

The problem is that right now there is no obvious direct link between tools and data managers.
I don't now if a possible approach would be to add something like a <requirement type="data_manager" name="my_data"/> or a <suggests name="data_manager" owner="iuc"/> tag.
I'm definitely 👍 on that idea, and @jmchilton mentioned a possible functionality in the tool dev workshop.

@frederikcoppens
Copy link
Collaborator Author

the xml for the tool contains references to the "local data" it uses, could this be used as a way to make the link? Or is this basically the requirement you propose?

@cschu
Copy link
Collaborator

cschu commented Jun 30, 2016

I have been working on a gtf/gff data manager specifically for featurecounts -- It's based on the sample code @mvdbeek linked above and the kraken data manager. It's kinda working, so what do I do with it now?

@bgruening
Copy link
Collaborator

@cschu PR against iuc-tools :)
What means specifically? I think if we offer one it should be a universal one that can be used by as many tools as possible.

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

4 participants