Mercurial > repos > bgruening > salmonquantmerge
diff vpolo_convert.py @ 5:28e01a2960a5 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
| author | bgruening | 
|---|---|
| date | Sat, 03 Oct 2020 18:19:54 +0000 | 
| parents | 7c618ec039b8 | 
| children | 510af1a0f9c8 | 
line wrap: on
 line diff
--- a/vpolo_convert.py Mon Jul 13 21:12:37 2020 +0000 +++ b/vpolo_convert.py Sat Oct 03 18:19:54 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")
