Skip to content

Updating tools/rna_tools/ribotaper from version 1.3.1a to 1.3.1#1825

Open
gxydevbot wants to merge 14 commits intobgruening:masterfrom
planemo-autoupdate:tools/rna_tools/ribotaper
Open

Updating tools/rna_tools/ribotaper from version 1.3.1a to 1.3.1#1825
gxydevbot wants to merge 14 commits intobgruening:masterfrom
planemo-autoupdate:tools/rna_tools/ribotaper

Conversation

@gxydevbot
Copy link
Copy Markdown
Contributor

Hello! This is an automated update of the following tool: tools/rna_tools/ribotaper. I created this PR because I think the tool's main dependency is out of date, i.e. there is a newer version available through conda.

I have updated tools/rna_tools/ribotaper from version 1.3.1a to 1.3.1.

Project home page: https://ohlerlab.mdc-berlin.de/software/RiboTaper_126

For any comments, queries or criticism about the bot, not related to the tool being updated in this PR, please create an issue here.

If you want to skip this change, close this PR without deleting the branch. It will be reopened if another change is detected.

Any commit from another author than 'planemo-autoupdate' will prevent more auto-updates.

To ignore manual changes and allow autoupdates, delete the branch.

<tests>
<test expect_num_outputs="8">
<param name="annotation_path" value="annotation_path.tgz"/>
<param name="annotation_path" value="annotation_path.tgz" ftpye="tar"/>
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tgz is not tar afaik

Copy link
Copy Markdown
Collaborator

@pavanvidem pavanvidem Apr 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue is that it is not a tgz, but the extension is tgz. Then it chooses the wrong command for unpacking. Specifying the ftype as tar fixed the issue.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

äh, ok, why then not renaming the file so the ending fits the content :)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was testing and it is a lazy fix ;) I will rename the file.

@pavanvidem
Copy link
Copy Markdown
Collaborator

.. WARNING (BioToolsValid): No entry ribotaper in bio.tools.

it exists and the previous linting worked

@bgruening
Copy link
Copy Markdown
Owner

File-size also fails, and you can add a label to skip linting of the URLs

@pavanvidem
Copy link
Copy Markdown
Collaborator

strange! why didn't it complain here? https://github.com/bgruening/galaxytools/actions/runs/24710190892

@pavanvidem
Copy link
Copy Markdown
Collaborator

I checked again and the files are actually gzipped.

Is there a way to skip the file size check?

@pavanvidem
Copy link
Copy Markdown
Collaborator

@bgruening I think the issue is that with .tgz extension, it is already decompressing before running the tool. Hence, tar -z did not work. With .tar.gz it is not the case.

Updated the annotation_path parameter to include 'tgz' format.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants