Skip to content
Snippets Groups Projects
Commit 6ba7f9d6 authored by Thomas Faraut's avatar Thomas Faraut
Browse files

test

parent 7919032e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment