Skip to content

Commit

Permalink
adds .h5ad extension
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jul 27, 2023
1 parent 30579d3 commit 3e46823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dcqc/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def get_file_type(cls, file_type: str) -> FileType:
FileType("CSV", (".csv"), "format_3752")
FileType("BAM", (".bam"), "format_2572")
FileType("FASTQ", (".fastq", ".fastq.gz", ".fq", ".fq.gz"), "format_1930")
FileType("HDF5", (".hdf", ".hdf5", ".h5", ".he5"), "format_3590")
FileType("HDF5", (".hdf", ".hdf5", ".h5", ".he5", ".h5ad"), "format_3590")


# TODO: Leverage post-init function in dataclasses
Expand Down

0 comments on commit 3e46823

Please sign in to comment.