Skip to content

Commit

Permalink
Remove extra imports from CRISPRessoCore (#67) (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
Colelyman authored Apr 18, 2024
1 parent 4aae57e commit 20903c1
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions CRISPResso2/CRISPRessoCORE.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,20 +150,6 @@ def get_n_reads_bam(bam_filename,bam_chr_loc=""):
raise CRISPRessoShared.InstallationException('Error when running the command:' + cmd + '\nCheck that samtools is installed correctly.')
return retval

#import time
#start = time.time()
matplotlib=check_library('matplotlib')
#end = time.time()
#start = time.time()
from matplotlib import font_manager as fm
#end = time.time()

#start = time.time()
plt=check_library('pylab')
#end = time.time()

from matplotlib import font_manager as fm
import matplotlib.gridspec as gridspec

pd=check_library('pandas')
np=check_library('numpy')
Expand Down

0 comments on commit 20903c1

Please sign in to comment.