# HG changeset patch # User peterjc # Date 1531326898 14400 # Node ID 85b86f31327c4a685669d8beb005c074c5be30f7 # Parent 2e7e2bc0d718ccbb3397cf7054445fdb5643fef7 planemo upload for repository https://github.com/peterjc/galaxy_mira/tree/master/tools/mira3/ commit 206259620376b322fc8ed99a6efdd3712f38764b diff -r 2e7e2bc0d718 -r 85b86f31327c tools/mira3/mira.py --- 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"]