You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mruffalo : Looking back at this again, is it sufficiently precise to just look for the .h5ad extension, or is the same file format likely to be used for other kinds of data? If it's not sufficiently precise, could you suggest a longer extension (.something.h5ad) that you could produce, and we would look for, and then assign back to me?
The text was updated successfully, but these errors were encountered:
@mruffalo : Sorry I didn't phrase that more clearly. I'm not worried about an ".h5ad" not being the right kind of HDF5, but it's a general format, and could conceivably be used to store something other than umap. For now, our pipeline starts when files with a recognized extension is seen, so I think we'd want to distinguish between ".umap.h5ad" and ".something-else.h5ad".
(I'm not sure exactly where this logic is right now: I believe that Joel has done work in ingest-api that references my cwl in airflow-dev.)
@mruffalo : Looking back at this again, is it sufficiently precise to just look for the
.h5ad
extension, or is the same file format likely to be used for other kinds of data? If it's not sufficiently precise, could you suggest a longer extension (.something.h5ad
) that you could produce, and we would look for, and then assign back to me?The text was updated successfully, but these errors were encountered: