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

Refactoring upload to support collection of meta-data #221

Open
mwhitesi opened this issue Sep 13, 2017 · 1 comment
Open

Refactoring upload to support collection of meta-data #221

mwhitesi opened this issue Sep 13, 2017 · 1 comment

Comments

@mwhitesi
Copy link
Member

Currently, only way to upload is via the subtyping module. This upload function only supports sequence based upload.

  • Possibly we want to add meta-data fields to upload
  • A refactored upload workflow so individual modules do not need to handle upload and running of other analysis. This feature is currently tightly integrated into the subtyping module. Some separation/abstraction would benefit future development
  • Maybe consider a division of functions in the spfy site (genome annotate, group compare, genome context)
@mwhitesi
Copy link
Member Author

Other things to consider:

  • How to properly handling complicated analyses dependency chains, especially in light of rq does not propagate earlier failures down the chain.
  • Do we run all the analysis for each uploaded genome (single large analysis pipeline), or do we run analysis on demand (tracking for each genome what is complete and what is not)

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

No branches or pull requests

2 participants