Skip to content

Commit

Permalink
Preview feature for Bam datatype. Final Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvark committed Jul 5, 2017
1 parent e88233a commit 2005a9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/galaxy/datatypes/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
import subprocess
import tempfile
import zipfile
from json import dumps

import pysam
from bx.seq.twobit import TWOBIT_MAGIC_NUMBER, TWOBIT_MAGIC_NUMBER_SWAP, TWOBIT_MAGIC_SIZE

from galaxy import util
from galaxy.datatypes import metadata
from galaxy.datatypes.tabular import Sam
from galaxy.datatypes.metadata import DictParameter, ListParameter, MetadataElement, MetadataParameter
Expand Down

0 comments on commit 2005a9d

Please sign in to comment.