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

bbmap/bbduk sometimes fails to create the versions.yml file #7183

Open
2 tasks done
mantisps opened this issue Dec 9, 2024 · 0 comments
Open
2 tasks done

bbmap/bbduk sometimes fails to create the versions.yml file #7183

mantisps opened this issue Dec 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mantisps
Copy link

mantisps commented Dec 9, 2024

Have you checked the docs?

Description of the bug

Sometimes, when using the module, it does not capture the version number correctly, and instead captures more than one line of the bbversion.sh command, which causes the following error:
Image

I solved it by modifying the versions.yml line from this:
bbmap: \$(bbversion.sh | grep -v "Duplicate cpuset")

to this:
bbmap: \$(bbversion.sh | grep -v "]")

The updated grep discards all the lines that do not correspond to the version number.

Command used and terminal output

Relevant files

No response

System information

Nextflow version 23.10.1
Hardware: HPC
Executor: Slurm
Container: Singularity
OS: Linux

@mantisps mantisps added the bug Something isn't working label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant