Mercurial > repos > peterjc > mira4_assembler
diff tools/mira4_0/mira4_bait.py @ 38:cee8f9005e43 draft
planemo upload for repository https://github.com/peterjc/galaxy_mira/tree/master/tools/mira4_0 commit 206259620376b322fc8ed99a6efdd3712f38764b
author | peterjc |
---|---|
date | Wed, 11 Jul 2018 12:35:35 -0400 |
parents | 259891fce7fd |
children | bbf14bb9607b |
line wrap: on
line diff
--- a/tools/mira4_0/mira4_bait.py Thu May 31 04:30:47 2018 -0400 +++ b/tools/mira4_0/mira4_bait.py Wed Jul 11 12:35:35 2018 -0400 @@ -1,6 +1,5 @@ #!/usr/bin/env python -"""A simple wrapper script to call MIRA4's mirabait and collect its output. -""" +"""A simple wrapper script to call MIRA4's mirabait and collect its output.""" from __future__ import print_function @@ -14,7 +13,7 @@ def get_version(mira_binary): - """Run MIRA to find its version number""" + """Run MIRA to find its version number.""" # At the commend line I would use: mira -v | head -n 1 # however there is some pipe error when doing that here. cmd = [mira_binary, "-v"]