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

Multi-tumor/versioned analysis support #18

Open
briandoconnor opened this issue Jun 1, 2016 · 1 comment
Open

Multi-tumor/versioned analysis support #18

briandoconnor opened this issue Jun 1, 2016 · 1 comment

Comments

@briandoconnor
Copy link
Contributor

The ES index built by merge_generated_metadata.py assumes 1) there's a normal and tumor and 2) there's only one run of each analysis. This is wrong, there can be multiple tumors per donor. Also, we need code that will handle multiple runs of analysis. If I have a newer analysis result (same workflow, newer datetime or version) then it should replace the previous analysis event in the index. Right now this is random which is used.

@briandoconnor
Copy link
Contributor Author

Just to comment on this, this does not mean having multiple versions of the same analysis in the ES index, at least for now. Multiple versions of the same analysis will make the index very complicated. 9 times out of 10 we want the most recent version so we'll stick to that approach for now.

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

1 participant