Skip to content

Commit 26e378e

Browse files
committed
Allow job_config_file to be defaulted in ~/.planemo.yml.
1 parent 670fe45 commit 26e378e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

planemo/options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def job_config_option():
165165
resolve_path=True
166166
),
167167
help="Job configuration file for Galaxy to target.",
168+
callback=get_default_callback(None),
168169
)
169170

170171

0 commit comments

Comments
 (0)