Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdolin committed May 11, 2024
1 parent 6905aca commit 00324cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 47 deletions.
2 changes: 1 addition & 1 deletion app/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,6 @@ def create_molecular_consequence_profile(molecular_consequence, subject, vids):
return resource



def create_tx_implication_profile_civic(implication, subject, vids):
resource = OrderedDict()
resource["resourceType"] = "Observation"
Expand Down Expand Up @@ -1874,6 +1873,7 @@ def query_transcript(transcript):

return results


def query_molecular_consequences_by_variants(normalized_variant_list, feature_consequence_list, query):
variant_list = []
for item in normalized_variant_list:
Expand Down
1 change: 1 addition & 0 deletions app/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,7 @@ def find_subject_dx_implications(

return jsonify(result)


def find_subject_molecular_consequences(
subject, variants=None, ranges=None, featureConsequence=None, testIdentifiers=None, testDateRange=None,
specimenIdentifiers=None, genomicSourceClass=None):
Expand Down
46 changes: 0 additions & 46 deletions utilities/mongo_utilities.py

This file was deleted.

0 comments on commit 00324cb

Please sign in to comment.