Mercurial > repos > bgruening > salmon
diff vpolo_convert.py @ 17:c56d23a0a2a4 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
author | bgruening |
---|---|
date | Sat, 03 Oct 2020 18:20:44 +0000 |
parents | dc35ae3a672e |
children | c6c81a918ae1 |
line wrap: on
line diff
--- a/vpolo_convert.py Mon Jul 13 21:12:03 2020 +0000 +++ b/vpolo_convert.py Sat Oct 03 18:20:44 2020 +0000 @@ -1,8 +1,9 @@ #!/usr/bin/env python +import argparse +import os from vpolo.alevin import parser as par -import argparse -import os + parser = argparse.ArgumentParser() parser.add_argument("--mtx", "-m", action="store_true", help="--dumpMtx flag set")