Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
except ImportError:
from md5 import new as md5

#import BitSet from bx-python, try using eggs and package resources, fall back to any local installation
try:
from galaxy import eggs
import pkg_resources
pkg_resources.require( "bx-python" )
except: pass #Maybe there is a local installation available
from bx.bitset import BitSet

#Define constants
Expand Down
3 changes: 0 additions & 3 deletions tool_collections/taxonomy/find_diag_hits/find_diag_hits.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@

"""

from galaxy import eggs
import pkg_resources
pkg_resources.require( 'pysqlite' )
from pysqlite2 import dbapi2 as sqlite
import string, sys, tempfile

Expand Down
3 changes: 0 additions & 3 deletions tools/lastz_paired_reads/lastz_paired_reads_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
import optparse, os, subprocess, shutil, sys, tempfile, time
from string import maketrans

from galaxy import eggs
import pkg_resources
pkg_resources.require( 'bx-python' )
from bx.seq.twobit import *
from bx.seq.fasta import FastaReader
from galaxy.util.bunch import Bunch
Expand Down
4 changes: 0 additions & 4 deletions tools/quality_filter/quality_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@


from __future__ import division
from galaxy import eggs
import pkg_resources
pkg_resources.require( "lrucache" )
import numpy

import sys
import os, os.path
Expand Down