# HG changeset patch # User dfornika # Date 1548186516 18000 # Node ID 9d8519bf7a4028347fd84f6b10d440a6c9f8e55f # Parent 412683e7a8fead7e20fca4e973a5307729a62639 planemo upload for repository https://github.com/tseemann/snippy commit 8eeaf87866e26e7b534a6fd8e9b0919b16596c08-dirty diff -r 412683e7a8fe -r 9d8519bf7a40 snippy_core_wrapper.py --- 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')