Skip to content

Commit 3e46823

Browse files
committed
adds .h5ad extension
1 parent 30579d3 commit 3e46823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dcqc/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def get_file_type(cls, file_type: str) -> FileType:
112112
FileType("CSV", (".csv"), "format_3752")
113113
FileType("BAM", (".bam"), "format_2572")
114114
FileType("FASTQ", (".fastq", ".fastq.gz", ".fq", ".fq.gz"), "format_1930")
115-
FileType("HDF5", (".hdf", ".hdf5", ".h5", ".he5"), "format_3590")
115+
FileType("HDF5", (".hdf", ".hdf5", ".h5", ".he5", ".h5ad"), "format_3590")
116116

117117

118118
# TODO: Leverage post-init function in dataclasses

0 commit comments

Comments
 (0)