From 6ba7f9d629467493965666817aab498bd8f57bc7 Mon Sep 17 00:00:00 2001 From: tfaraut <Thomas.Faraut@inra.fr> Date: Tue, 21 Aug 2018 15:19:33 +0200 Subject: [PATCH] test --- snakecnv/bin/delly.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snakecnv/bin/delly.py b/snakecnv/bin/delly.py index 3325cc1..f6d6d77 100755 --- a/snakecnv/bin/delly.py +++ b/snakecnv/bin/delly.py @@ -12,6 +12,9 @@ from subprocess import run import pysam + + + def eprint(*args, **kwargs): ''' A simple to sys.stderr printer wrapper ''' print(*args, file=sys.stderr, **kwargs) -- GitLab