Mercurial > repos > dfornika > snippy
changeset 18:9d8519bf7a40 draft
planemo upload for repository https://github.com/tseemann/snippy commit 8eeaf87866e26e7b534a6fd8e9b0919b16596c08-dirty
author | dfornika |
---|---|
date | Tue, 22 Jan 2019 14:48:36 -0500 |
parents | 412683e7a8fe |
children | 8a6b951f6ec2 |
files | snippy_core_wrapper.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/snippy_core_wrapper.py Tue Jan 22 14:40:08 2019 -0500 +++ b/snippy_core_wrapper.py Tue Jan 22 14:48:36 2019 -0500 @@ -18,9 +18,9 @@ import subprocess from shutil import copyfile + def main(): - parser = argparse.ArgumentParser() parser.add_argument('-r', '--ref', help='Reference fasta', required=True) parser.add_argument('-i', '--indirs', help='Comma-separated list of input datasets')