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
Was experimenting a bit with puremagic. Unfortunately already the first two tests did not work (but file did it's job). grib might just be missing, but H5 should be detected, or?
python -m puremagic lib/galaxy/datatypes/test/test.mz5
'lib/galaxy/datatypes/test/test.mz5' : could not be Identified
file lib/galaxy/datatypes/test/test.mz5
lib/galaxy/datatypes/test/test.mz5: Hierarchical Data Format (version 5) data
python -m puremagic lib/galaxy/datatypes/test/test.grib
'lib/galaxy/datatypes/test/test.grib' : could not be Identified
file lib/galaxy/datatypes/test/test.grib
Gridded binary (GRIB) version 1
The text was updated successfully, but these errors were encountered:
Opening the file itself, starts with ‰HDF so can probably use that with low accuracy. Do you have any more examples of these file types I could look through?
Pulled down that repo and looked in the folder with the example files. Compared to file there are 25 file types that puremagic does not have matches for, removing ones from file that are only reported as ASCII, data, or very short file.
Was experimenting a bit with puremagic. Unfortunately already the first two tests did not work (but
file
did it's job).grib
might just be missing, but H5 should be detected, or?https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/datatypes/test/test.mz5
https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/datatypes/test/test.grib
The text was updated successfully, but these errors were encountered: