Without doing a lot of restructuring of the app specs and autodetection logic, it seems to me the best way to handle gzipped files that we know are supported by apps is to preferentially pick the longest valid extension to get importers. This means that *.gb.gz will autodetect to Genbank rather than have Genbank and Decompress suggested.
It's a bit fragile if we start getting extensions with lots of dots in them, but that doesn't seem very likely.
The user can always pick Decompress from the dropdown if they wish.
Without doing a lot of restructuring of the app specs and autodetection logic, it seems to me the best way to handle gzipped files that we know are supported by apps is to preferentially pick the longest valid extension to get importers. This means that
*.gb.gz
will autodetect to Genbank rather than have Genbank and Decompress suggested.It's a bit fragile if we start getting extensions with lots of dots in them, but that doesn't seem very likely.
The user can always pick Decompress from the dropdown if they wish.
416/473 lines are autogenerated.