Skip to content

Commit

Permalink
print version info when running CIRCexplorer
Browse files Browse the repository at this point in the history
  • Loading branch information
kepbod committed Sep 25, 2014
1 parent 01961df commit dc179bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CIRCexplorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ def delete_temp(temp_dir, temp1, temp2):
ref_f = options['--ref']
output = options['--output']
temp_dir, temp1, temp2 = create_temp()
print('Start CIRCexplorer %s' % __version__)
convert_fusion(fusion_bam, temp1)
annotate_fusion(ref_f, temp1, temp2)
fix_fusion(ref_f, genome_fa, temp2, output)
Expand Down

0 comments on commit dc179bb

Please sign in to comment.