Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
asntech committed Feb 22, 2017
1 parent 9185199 commit 8ea65fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion intervene/intervene
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ def main():

print("\nPerforming a pairwise intersection analysis.\n")
pairwise.pairwise_intersection(options)
sys.exit(1)
sys.exit(0)

'''
if options.command =='upset':
Expand Down
2 changes: 1 addition & 1 deletion intervene/modules/pairwise/pairwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def pairwise_intersection(options):
outfile = options.output+'/'+str(options.type)+'_tribar_heatmap.'+options.figtype
barplot(series, matrix, outfile, options, max_size=max(bed_sizes))

print('\nYou are done! Please check your results @ '+options.output+'. \nThank you for using Intervene!\n')
print('\nYou are done! Please check your results @ '+options.output+'. \nThank you for using Intervene!\n')

else:
#print("Please check the matrix file "+matrix_file)
Expand Down

0 comments on commit 8ea65fa

Please sign in to comment.