# HG changeset patch # User peterjc # Date 1486657555 18000 # Node ID fadea02ca9898753cb56645708b18eba9e72225b # Parent 2f6466b40dbf7a3ddfc733b2984cb3424c3f2b89 planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/samtools_idxstats commit 5fb6ee31f33e8e24c1ae5d56c93ac3e0157dad72-dirty diff -r 2f6466b40dbf -r fadea02ca989 tools/samtools_idxstats/samtools_idxstats.py --- a/tools/samtools_idxstats/samtools_idxstats.py Wed Feb 01 13:15:58 2017 -0500 +++ b/tools/samtools_idxstats/samtools_idxstats.py Thu Feb 09 11:25:55 2017 -0500 @@ -10,8 +10,9 @@ runs "samtools idxstats" and captures the output to the desired tabular file. """ + +import os import sys -import os import tempfile if "-v" in sys.argv or "--version" in sys.argv: