Skip to content

Commit

Permalink
Fix bad import (resolves bigdatagenomics#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvivian authored and fnothaft committed Sep 7, 2017
1 parent 07f5d11 commit c66c93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toil_lib/tools/mutation_callers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from glob import glob

from toil_scripts.tools import get_mean_insert_size
from toil_lib.tools import get_mean_insert_size
from toil_lib.files import tarball_files
from toil_lib.programs import docker_call

Expand Down

0 comments on commit c66c93a

Please sign in to comment.