Mercurial > repos > peterjc > mira_assembler
diff tools/mira3/mira.py @ 27:85b86f31327c draft
planemo upload for repository https://github.com/peterjc/galaxy_mira/tree/master/tools/mira3/ commit 206259620376b322fc8ed99a6efdd3712f38764b
author | peterjc |
---|---|
date | Wed, 11 Jul 2018 12:34:58 -0400 |
parents | ad14a345f1b0 |
children | e28d6015fc56 |
line wrap: on
line diff
--- a/tools/mira3/mira.py Thu May 31 04:30:11 2018 -0400 +++ b/tools/mira3/mira.py Wed Jul 11 12:34:58 2018 -0400 @@ -1,6 +1,5 @@ #!/usr/bin/env python -"""A simple wrapper script to call MIRA and collect its output. -""" +"""A simple wrapper script to call MIRA and collect its output.""" from __future__ import print_function @@ -14,7 +13,7 @@ def get_version(): - """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", "-v"]