Daniel Blankenberg wrote:
You should be able to use subdirectories in extra_/files_path for reading and writing within tools, but due to current limitations with how the web-route is defined, you are limited to only viewing the files found within the 'base' extra_files_path (e.g. when using the eye icon); unfortunately this is less than ideal and should be enhanced. Do please let us know if you are unable to use subdirectories in tools input/output.
The extra subdirectories seems to be working fine, thanks.
Another weirdness I noticed is that I have a parameter that is a text type where the percent symbol is allowed to be part of the text. When the tool is run, the percent is translated to an X symbol. How should I work around this?
Another question... I have a tool that produces multiple outputs determined at runtime, so I am following the procedure described in
https://bitbucket.org/galaxy/galaxy-central/wiki/ToolsMultipleOutputTwo of the files are SAM files (essentially filtered based on SAM criteria), and I am giving them unique names when placing them in __new_file_path__. Both files appear as history datasets, but the name is not employed to let the user know which one is which. Is there a way to name them differently in the history?
Cheers,
Len.