You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am running a workflow that needs a fasta as an input. On the workflow run form, the input show "Dataset X (as fasta)" but the tool connected to the input run on the compressed file (this tool accepts both fasta and fasta.gz but fails on compressed files. I am working on these failures separately).
Galaxy Version and/or server at which you observed the bug
Galaxy Version:{"version_major":"24.2","version_minor":"1.dev0"}
Browser and Operating System
Operating System: macOS
Browser: Chrome
See that the dataset appears as "1: GZIP compression on data 1 (as fasta)"
The Dustmasker step will fail ( see dataset 2 : invocation )
Click on information. See that it ran on the compressed file, not on a hidden result of an implicit decompression step.
Expected behavior
The compressed file should be implicitly uncompressed before running the tool (As it has been the case for dataset 3 where the input is dataset 1 uncompressed).
The text was updated successfully, but these errors were encountered:
I don't think we will fix this, workflow inputs are either compatible or they are not, and once the step input has been recorded ... that's it. We'd basically be building up something to work around broken tools, and given the constraints and the likely not straightforward fix it is probably not worth doing.
Describe the bug
I am running a workflow that needs a fasta as an input. On the workflow run form, the input show "Dataset X (as fasta)" but the tool connected to the input run on the compressed file (this tool accepts both fasta and fasta.gz but fails on compressed files. I am working on these failures separately).
Galaxy Version and/or server at which you observed the bug
Galaxy Version:{"version_major":"24.2","version_minor":"1.dev0"}
Browser and Operating System
Operating System: macOS
Browser: Chrome
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The compressed file should be implicitly uncompressed before running the tool (As it has been the case for dataset 3 where the input is dataset 1 uncompressed).
The text was updated successfully, but these errors were encountered: