Skip to content

Commit

Permalink
Add FIXME (#3631)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Apr 5, 2022
1 parent 1c6d14f commit d130e08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/azul/plugins/repository/tdr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,8 @@ def _parse_drs_uri(self,
reject(file_id is None,
'`file_id` is null and `drs_uri` is not set in file descriptor')
else:
# FIXME: Support non-null DRS URIs in file descriptors
# https://github.com/DataBiosphere/azul/issues/3631
require(external_drs_uri is None,
'Non-null `drs_uri` in file descriptor', external_drs_uri)
# The file_id column is present for datasets, but is usually null, may
Expand Down

0 comments on commit d130e08

Please sign in to comment.