This follows the parameters metadata scheme discussed in #174 and implemented in #203 .
If a 'file' type parameter is detected, GRAPEVNE offers a file picker option in the parameters interface:
When linking downstream modules, this arrangement allows the separation of 'filename' and 'folder' so that the filename can be linked and propagated to subsequent modules:
As this is a configuration parameter this separation is also accessible in the Snakefile's.
Add file selection dialog, enabled by setting the parameter metadata type to 'file' in the config.yaml file, e.g.
This follows the parameters metadata scheme discussed in #174 and implemented in #203 .
If a 'file' type parameter is detected, GRAPEVNE offers a file picker option in the parameters interface:
When linking downstream modules, this arrangement allows the separation of 'filename' and 'folder' so that the filename can be linked and propagated to subsequent modules:
As this is a configuration parameter this separation is also accessible in the Snakefile's.
This functionality is currently enabled and can be tested with the
LinkLocalFile
module (https://github.com/kraemer-lab/vneyard/pull/21)