Skip to content

Commit

Permalink
validate
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-goldstein committed Mar 15, 2023
1 parent e5fecc7 commit 93e60c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hail/python/hail/backend/service_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,9 @@ async def inputs(infile, _):
# and there is no persistent backend to keep in sync.
# Sequence and liftover information are passed on RPC
def add_sequence(self, name, fasta_file, index_file): # pylint: disable=unused-argument
# TODO Error here if the user does not provide a path in the appropriate cloud
pass
# FIXME Not only should this be in the cloud, it should be in the *right* cloud
for blob in (fasta_file, index_file):
self.validate_file_scheme(blob)

def remove_sequence(self, name): # pylint: disable=unused-argument
pass
Expand Down

0 comments on commit 93e60c1

Please sign in to comment.