Skip to content

Commit

Permalink
add blank validate_genomic_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed Jan 23, 2024
1 parent 81da99d commit ba42edf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/clinical_etl/genomicschema.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@ class GenomicSchema(BaseSchema):
}


def validate_genomic_ids(self, map_json):
return


def validate_samples(self, map_json):
return

0 comments on commit ba42edf

Please sign in to comment.