Mercurial > repos > sanbi-uwc > build_ctb_gene
diff build_ctb_gene.py @ 15:e6d850bb9fb6 draft
planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc.git commit c78b1532031ee875ff51cb2a4c73f4577bd07839
author | sanbi-uwc |
---|---|
date | Wed, 18 May 2016 08:28:36 -0400 |
parents | 4caf3e2d10e8 |
children | eb925a043a43 |
line wrap: on
line diff
--- a/build_ctb_gene.py Wed May 18 04:49:51 2016 -0400 +++ b/build_ctb_gene.py Wed May 18 08:28:36 2016 -0400 @@ -55,6 +55,7 @@ def main(): parser = argparse.ArgumentParser(description="Tool used to extract data about genes using locus_tags") + parser.add_argument('--outputfile') parser.add_argument('--outputdir') parser.add_argument('--input_file') parser.add_argument('--mount_point')