changeset 4:0ffa2fbc7546 draft default tip

planemo upload for repository https://github.com/rolfverberg/galaxytools commit 366e516aef0735af2998c6ff3af037181c8d5213-dirty
author rv43
date Mon, 20 Mar 2023 17:12:07 +0000
parents 6be076b081c4
children
files image.jpg plot_smb_tiff.py
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file image.jpg has changed
--- 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.''')