Hello,

I am new at using the galaxy server and i have come across an annoying restriction when it comes to bam files.
There is an assumption build in, that a bam file needs to be coordinate sorted. (does hold for most tools). However, most of my tools are using the bam file coming off the mapper. (saves some time by not having to do sorting).
Is there any way to get around this restriction?
Right now i've hacked it to always return false for binary.py::dataset_content_needs_grooming.
I do however think that this could be a property of the bam file. A classification of the sort "Unkown", "Name Sorted", "Position sorted" sounds like a good idea to me.

Regards,
-Paul