Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/galaxyproject/galaxy into co…
Browse files Browse the repository at this point in the history
…nfigurable_priorities
  • Loading branch information
Matthew Spelchak committed Mar 7, 2018
2 parents 292516e + 7ceb246 commit 7bb6b19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/galaxy/datatypes/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,10 @@ class BamInputSorted(BamNative):
This notaby keeps alignments produced by paired end sequencing adjacent.
"""

def sniff(self, file_name):
# We never want to sniff to this datatype
return False

def dataset_content_needs_grooming(self, file_name):
"""
Groom if the file is coordinate sorted
Expand Down

0 comments on commit 7bb6b19

Please sign in to comment.