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

Feature/update helix filters operator #428

Merged
merged 11 commits into from
Jul 1, 2020

Conversation

allanbolipata
Copy link
Collaborator

Helix filters operator updated to work with most recent version

Added new resources known_fusions_filter.txt and oncotree.json, which is used by the oncotree data handler if it can't get an internet connection to query oncotree directly.

@allanbolipata allanbolipata added this to the 1.9.0 milestone Jul 1, 2020
@allanbolipata allanbolipata requested a review from nikhil July 1, 2020 18:50
@@ -11,7 +11,9 @@ def get_project_id(request_id):
def generate_sample_data_content(files, pipeline_name, pipeline_github, pipeline_version):
result = "SAMPLE_ID\tREQUEST_ID\tPROJECT_ID\tPATIENT_ID\tCOLLAB_ID\tSAMPLE_TYPE\tGENE_PANEL\tONCOTREE_CODE\tSAMPLE_CLASS\tSPECIMEN_PRESERVATION_TYPE\tSEX\tTISSUE_SITE\tIGO_ID\tPIPELINE_NAME\tPIPELINE_GITHUB_LINK\tPIPELINE_VERSION\n"
ret_str = 'metadata__sampleId'
query = Q(file__path__in=files) & Q(file__file_group_id=settings.IMPORT_FILE_GROUP)
query = Q(file__file_group_id=settings.IMPORT_FILE_GROUP)
query |= Q(file__file_group__slug="origin-unknown")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This assumes the file, if found, are structured the same way as in the LIMS filegroup.

This is needed because I suspect non-LIMS data sources will go through Helix Filters, requiring data clinical files.

@nikhil nikhil merged commit 79ec797 into develop Jul 1, 2020
@nikhil nikhil deleted the feature/update_helix_filters_operator branch July 1, 2020 19:16
@nikhil nikhil mentioned this pull request Jul 1, 2020
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

Successfully merging this pull request may close these issues.

2 participants