We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When trying to use a text processing tool on a fasta.gz, the tool converts it to tabular before running.
Galaxy Version and/or server at which you observed the bug Galaxy Version: 24.1 main and eu
Browser and Operating System Operating System: macOS Browser: Chrome
To Reproduce Steps to reproduce the behavior:
Compressed Fasta (as tabular)
Expected behavior For text inputs, the conversion should be from fasta.gz to fasta
Screenshots
The text was updated successfully, but these errors were encountered:
For now I'd add an explicit decompression step. The problem is that that is a valid conversion, just not the one you actually want.
Sorry, something went wrong.
Prefer auto-decompressed datatype when picking conversion target
adbdc48
Fixes galaxyproject#18709
f559ced
mvdbeek
No branches or pull requests
Describe the bug
When trying to use a text processing tool on a fasta.gz, the tool converts it to tabular before running.
Galaxy Version and/or server at which you observed the bug
Galaxy Version: 24.1 main and eu
Browser and Operating System
Operating System: macOS
Browser: Chrome
To Reproduce
Steps to reproduce the behavior:
Compressed Fasta (as tabular)
Expected behavior
For text inputs, the conversion should be from fasta.gz to fasta
Screenshots
The text was updated successfully, but these errors were encountered: