We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d260318 commit a078bdcCopy full SHA for a078bdc
1 file changed
planemo/options.py
@@ -59,7 +59,7 @@ def galaxy_sqlite_database_option():
59
"--galaxy_sqlite_database",
60
default=None,
61
use_global_config=True,
62
- type=click.Path(exists=True, file_okay=False, resolve_path=True),
+ type=click.Path(exists=True, file_okay=True, resolve_path=True),
63
help="Preseeded Galaxy sqlite database to target.",
64
)
65
0 commit comments