Skip to content

Commit

Permalink
added way to avid unneeded plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
azufre451 committed May 3, 2021
1 parent 837fa09 commit 7f5789b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CRISPR_spacers_lookup/parse_spacers-blast_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,11 @@ def WFT(groupItem):

##PLOTS ##
##PLOTS ##

log("Saving Pivot")
pivot.to_csv(args.outdir +'/' + SIG + '_report_counts.csv',sep='\t')

if args.plots:
log("Initiate Plots")
pivot.to_csv(args.outdir +'/' + SIG + '_report_counts.csv',sep='\t')
log("Plotting")

import seaborn as sns
import matplotlib.pyplot as plt
Expand Down

0 comments on commit 7f5789b

Please sign in to comment.