cytomining / profiling-recipe

Image-based Profiling Recipe
BSD 3-Clause "New" or "Revised" License
8 stars 26 forks source link

Read .csv or .csv.gz #41

Open ErinWeisbart opened 10 months ago

ErinWeisbart commented 10 months ago

Would be nice if any time the recipe loads a .csv.gz (e.g. loading load_data.csv's) it instead checked to see if the file was there in either .csv or .csv.gz format and loaded whichever was present so that it doesn't crash if you miss compressing your input files.

Unless I'm missing some reason why this isn't a good idea?