# HG changeset patch # User rv43 # Date 1679332327 0 # Node ID 0ffa2fbc7546fb1aa94ddc076da84e9b04c9eb7b # Parent 6be076b081c45f96fa48a865a1c6dcfc63e47f00 planemo upload for repository https://github.com/rolfverberg/galaxytools commit 366e516aef0735af2998c6ff3af037181c8d5213-dirty diff -r 6be076b081c4 -r 0ffa2fbc7546 image.jpg Binary file image.jpg has changed diff -r 6be076b081c4 -r 0ffa2fbc7546 plot_smb_tiff.py --- a/plot_smb_tiff.py Mon Mar 13 15:49:12 2023 +0000 +++ b/plot_smb_tiff.py Mon Mar 20 17:12:07 2023 +0000 @@ -14,7 +14,9 @@ parser = argparse.ArgumentParser( description='Plot an image for the SMB schema') parser.add_argument('-o', '--output_file', - help='''Output file name.''') + required=True, + type=pathlib.Path, + help='''Full or relative path to the output file.''') parser.add_argument('--cycle', required=True, help='''Run cycle.''')