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

Swap transdecoder predict to nf-test #7296

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

SPPearce
Copy link
Contributor

Swapping transdecoder/predict to nf-test.
There is some funky behaviour here with the prefix.
When I tried using the -O $prefix as it was previously, the tool tries to look inside a folder called prefix to for the transdecoder/longorf output. So I removed that.

@SPPearce SPPearce requested a review from a team as a code owner January 13, 2025 14:26
@@ -5,7 +5,7 @@ process TRANSDECODER_PREDICT {
conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/transdecoder:5.5.0--pl5262hdfd78af_4':
Copy link
Contributor

Choose a reason for hiding this comment

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

Your Singularity image is still at version 5.5.0, causing the tests to fail.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Aah, thanks!

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