Skip to content

Commit

Permalink
Refactor HCA supported manifest formats
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Mar 23, 2024
1 parent 235466d commit dd1451d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/azul/plugins/metadata/hca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,12 @@ def exposed_indices(self) -> dict[EntityType, Sorting]:

@property
def manifest_formats(self) -> Sequence[ManifestFormat]:
return tuple(ManifestFormat)
return [
ManifestFormat.compact,
ManifestFormat.terra_bdbag,
ManifestFormat.terra_pfb,
ManifestFormat.curl,
]

@property
def _field_mapping(self) -> MetadataPlugin._FieldMapping:
Expand Down

0 comments on commit dd1451d

Please sign in to comment.