Skip to content

Commit

Permalink
Adjust sniffer test for unsorted bam
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Jan 4, 2018
1 parent 2b5b6cf commit a8b3d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/datatypes/sniff.py
Expand Up @@ -337,7 +337,7 @@ def guess_ext(fname, sniff_order):
'bam'
>>> fname = get_test_fname('3unsorted.bam')
>>> guess_ext(fname, sniff_order)
'bam'
'bam_native'
>>> fname = get_test_fname('test.idpDB')
>>> guess_ext(fname, sniff_order)
'idpdb'
Expand Down

0 comments on commit a8b3d23

Please sign in to comment.