Mercurial > repos > bgruening > salmonquantmerge
diff vpolo_convert.py @ 6:510af1a0f9c8 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
| author | bgruening |
|---|---|
| date | Thu, 22 Jul 2021 14:04:07 +0000 |
| parents | 28e01a2960a5 |
| children |
line wrap: on
line diff
--- a/vpolo_convert.py Sat Oct 03 18:19:54 2020 +0000 +++ b/vpolo_convert.py Thu Jul 22 14:04:07 2021 +0000 @@ -4,7 +4,6 @@ from vpolo.alevin import parser as par - parser = argparse.ArgumentParser() parser.add_argument("--mtx", "-m", action="store_true", help="--dumpMtx flag set") parser.add_argument("--umi", "-u", action="store_true", help="--dumpUmiGraph flag set")
