Mercurial > repos > peterjc > samtools_idxstats
changeset 1:6564815949e0 draft
Uploaded v0.0.1a, tweak recording of the tool version
author | peterjc |
---|---|
date | Mon, 11 Nov 2013 12:31:47 -0500 |
parents | 1c24b7f27416 |
children | 93b8db68dde4 |
files | tools/samtools_idxstats/samtools_idxstats.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tools/samtools_idxstats/samtools_idxstats.py Mon Nov 11 12:21:32 2013 -0500 +++ b/tools/samtools_idxstats/samtools_idxstats.py Mon Nov 11 12:31:47 2013 -0500 @@ -16,7 +16,8 @@ import tempfile if "-v" in sys.argv or "--version" in sys.argv: - print "Wrapper v0.0.1, samtools:" + #Galaxy seems to invert the order of the two lines + print "(Galaxy wrapper v0.0.1)" cmd = "samtools 2>&1 | grep -i ^Version" sys.exit(os.system(cmd))