From dc179bb243be308aaa7fb5a19853fd5a20f54c50 Mon Sep 17 00:00:00 2001 From: Xiao-Ou Zhang Date: Thu, 25 Sep 2014 16:08:33 +0800 Subject: [PATCH] print version info when running CIRCexplorer --- CIRCexplorer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/CIRCexplorer.py b/CIRCexplorer.py index 4ea9763..d89e5d8 100755 --- a/CIRCexplorer.py +++ b/CIRCexplorer.py @@ -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)