Skip to content
New issue

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

Add missing format attribute #1439

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mvdbeek
Copy link
Collaborator

@mvdbeek mvdbeek commented Jun 12, 2024

We can find them with

planemo lint -s command,tool_xsd,tests,general,help,inputs,citations,xml_order  --recursive

If we don't set an output format the hda extension becomes null in the database, and we fail at various places in the galaxy codebase. We can make Galaxy more resilient to it, but this is an easy fix here. Galaxy issue is here: galaxyproject/galaxy#18383

There are more tools, but they produce some compressed bz2 file:

Linting tool /Users/mvandenb/src/galaxytools/tools/GraphClust/Structure_GSPAN/structure_to_gspan.xml
Applying linter output... WARNING
.. WARNING: Tool collection output gspan_compressed doesn't define an output format.
.. INFO: 1 outputs found.
Failed linting
Linting tool /Users/mvandenb/src/galaxytools/tools/GraphClust/GSPAN/fasta2shrep_gspan.xml
Applying linter output... WARNING
.. WARNING: Tool collection output gspan_compressed doesn't define an output format.
.. INFO: 1 outputs found.
Failed linting

Add mising format attributes

We can find them with
```
planemo lint -s command,tool_xsd,tests,general,help,inputs,citations,xml_order  --recursive
```
If we don't set an output format the hda extension becomes null in the
database, and we fail at various places in the galaxy codebase.
We can make Galaxy more resilient to it, but this is an easy fix here.
Galaxy issue is here: galaxyproject/galaxy#18383
@bgruening
Copy link
Owner

ping @pavanvidem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants