Mercurial > repos > tomnl > flag_remove_peaks
diff msp_split.py @ 12:cb8dce9812ff draft
planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit f79fa34772bbab836d89cf8bad52d49285409a98
| author | tomnl |
|---|---|
| date | Thu, 14 Jun 2018 09:19:47 -0400 |
| parents | 2cba35789adf |
| children |
line wrap: on
line diff
--- a/msp_split.py Tue Jun 12 12:20:38 2018 -0400 +++ b/msp_split.py Thu Jun 14 09:19:47 2018 -0400 @@ -42,17 +42,10 @@ p = argparse.ArgumentParser(prog='PROG', formatter_class=argparse.RawDescriptionHelpFormatter, - description='''Create filelist for DMA DIMS nearline workflow''', - epilog=textwrap.dedent(''' - ------------------------------------------------------------------------- - - Example Usage + description='''split msp files''', + ) - python dma-filelist-generation.py -i [dir with sample files], [dir with blank files] -o . - - ''')) - - p.add_argument('-i', dest='i', help='dir with sample files', required=True) + p.add_argument('-i', dest='i', help='msp file', required=True) p.add_argument('-o', dest='o', help='out dir', required=True) p.add_argument('-n', dest='n',)
